| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Vehicle Id to update |
globally unique identifier |
Required |
| LicensePlate |
License plate |
string |
Required Max length: 15 |
| CustomPlate |
Custom plate |
string |
Max length: 15 |
| Make |
Make of the vehicle e.g. Porsce |
string |
Max length: 100 |
| Model |
Model of the vehicle e.g. Boxster |
string |
Max length: 100 |
| YearModel |
Model year e.g. 1996 |
string |
Max length: 20 |
| Odometer |
Odometer on the vehicle, optional if not sent the old value will remain. |
integer |
None. |
| Dimensions |
List of dimensions for the vehicle |
Collection of VehicleDimensionPutRequest |
None. |