Method: providers.deliveryVehicles.create
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Tworzy i zwraca nowy element DeliveryVehicle
.
Żądanie HTTP
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/deliveryVehicles
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Wymagane. Musi mieć format providers/{provider} . Dostawcą musi być identyfikator projektu Google Cloud. Na przykład: sample-cloud-project .
|
Parametry zapytania
Parametry |
header |
object (DeliveryRequestHeader )
Opcjonalnie: Standardowy nagłówek żądania do interfejsu Delivery API.
|
deliveryVehicleId |
string
Wymagane. Identyfikator pojazdu dostarczanego na potrzeby dostawy musi być niepowtarzalny i podlega tym ograniczeniom:
- Musi być prawidłowym ciągiem znaków Unicode.
- Może mieć maksymalnie 64 znaki.
- Znormalizowane zgodnie z formularzem normalizacji Unicode C.
- Nie może zawierać następujących znaków ASCII: „/”, „:”, „?”, „,” ani „#”.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu DeliveryVehicle
.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję DeliveryVehicle
.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-31 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-31 UTC."],[[["\u003cp\u003eThis document explains how to create a new \u003ccode\u003eDeliveryVehicle\u003c/code\u003e using a \u003ccode\u003ePOST\u003c/code\u003e request to the Fleet Engine API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the provider in the path and includes optional query parameters for request headers and a user-defined vehicle ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eDeliveryVehicle\u003c/code\u003e object, as detailed in the provided link.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return the newly created \u003ccode\u003eDeliveryVehicle\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Method: providers.deliveryVehicles.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n\nCreates and returns a new `DeliveryVehicle`.\n\n### HTTP request\n\n`POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/deliveryVehicles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Must be in the format `providers/{provider}`. The provider must be the Google Cloud Project ID. For example, `sample-cloud-project`. |\n\n### Query parameters\n\n| Parameters ||\n|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `header` | `object (`[DeliveryRequestHeader](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/DeliveryRequestHeader)`)` Optional. The standard Delivery API request header. |\n| `deliveryVehicleId` | `string` Required. The Delivery Vehicle ID must be unique and subject to the following restrictions: - Must be a valid Unicode string. - Limited to a maximum length of 64 characters. - Normalized according to [Unicode Normalization Form C](http://www.unicode.org/reports/tr15/). - May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'. |\n\n### Request body\n\nThe request body contains an instance of [DeliveryVehicle](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/providers.deliveryVehicles#DeliveryVehicle).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [DeliveryVehicle](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/providers.deliveryVehicles#DeliveryVehicle)."]]