GetDeliveryVehicleLog

  • This document provides details on the GetDeliveryVehicle request and response within the Deliveries API.

  • It outlines the JSON representation for logging this request, encompassing the header, request details, response, and potential error response.

  • The GetDeliveryVehicleRequestLog section specifically focuses on the request details, including the deliveryVehicleId.

  • The JSON representation and field descriptions are provided to understand the structure and data included in the logs.

Details on GetDeliveryVehicle request and response.

JSON representation
{
  "header": {
    object (DeliveryRequestHeaderLog)
  },
  "request": {
    object (GetDeliveryVehicleRequestLog)
  },
  "response": {
    object (DeliveryVehicleLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
header

object (DeliveryRequestHeaderLog)

Request header.

request

object (GetDeliveryVehicleRequestLog)

The request sent to the Deliveries API.

response

object (DeliveryVehicleLog)

The response returned to the client. It will be unset if the RPC call resulted in an error.

errorResponse

object (ErrorResponseLog)

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
deliveryVehicleId

string

The ID of delivery vehicle being requested.