Vehicle data model
This is the data structure of Vehicle entity when you are trying to create or update Vehicle in myKaarma.
Summary of the fields.
| Parameter Name | Description | Required | 
|---|---|---|
vehicles.vin | The Vehicle Identification Number, a unique code for the vehicle. | Yes ( only if vehicles is not empty and make, model & year are empty) | 
vehicles.vehicleYear | The year the vehicle was manufactured. | No ( yes only vehicles is not empty and vin is empty) | 
vehicles.vehicleMake | The manufacturer or brand of the vehicle. | No ( yes only vehicles is not empty and vin is empty) | 
vehicles.vehicleModel | The specific model of the vehicle. | No ( yes only vehicles is not empty and vin is empty) | 
vehicles.vehicleEngine | The type or specification of the vehicle's engine. | No | 
vehicles.isValid | Boolean indicating if the vehicle is owned by customer or not presently. | No | 
vehicles.licensePlate | The vehicle's license plate number. | No | 
vehicles.color | The color of the vehicle. | No | 
vehicles.estimatedMileage | The estimated mileage the vehicle has traveled. | No | 
vehicles.vehicleTrim | The trim of the vehicle. | No |