UpdateDeliveryVehicleLog
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document provides details on the UpdateDeliveryVehicle request and response within the Deliveries API.
The request includes the deliveryVehicleId, the deliveryVehicle object with updated information, and an updateMask specifying the fields to modify.
The response contains the updated DeliveryVehicle details or an ErrorResponse in case of errors.
Logging includes request headers (header), the UpdateDeliveryVehicleRequestLog containing request specifics, the response (DeliveryVehicleLog), and any error responses (ErrorResponseLog).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["The provided content outlines the structure and details of the `UpdateDeliveryVehicle` request and response logs. Key elements include the `header`, `request`, `response`, and `errorResponse`. The `request` contains `deliveryVehicleId`, `deliveryVehicle`, and `updateMask`. The `deliveryVehicleId` is a string representing the updated delivery vehicle's ID. The `deliveryVehicle` object specifies vehicle details, and `updateMask` indicates which fields are modified. Each component is represented in JSON, with associated objects and field details.\n"]]