Details on GetDeliveryVehicle request and response.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
request |
The request sent to the Deliveries API. |
response |
The response returned to the client. It will be unset if the RPC call resulted in an error. |
error |
The error response returned to the client. It will be unset if the RPC call succeeded. |
GetDeliveryVehicleRequestLog
Details on the GetDeliveryVehicle request.
JSON representation |
---|
{ "deliveryVehicleId": string } |
Fields | |
---|---|
delivery |
The ID of delivery vehicle being requested. |