update_vehicle
Modify vehicle details like year, make, model, VIN, license plate, color, and mileage in the Shopmonkey system to keep customer records current.
Instructions
Update an existing vehicle's information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The vehicle ID to update | |
| customerId | No | Customer ID to associate with the vehicle | |
| year | No | Vehicle model year | |
| make | No | Vehicle make | |
| model | No | Vehicle model | |
| vin | No | Vehicle Identification Number | |
| licensePlate | No | License plate number | |
| color | No | Vehicle color | |
| mileage | No | Current mileage |