The auto object

Required properties

The auto resource currently doesn't have required properties.

Optional properties

ParameterTypeDescription
yearNumberThe year the vehicle was manufactured. Any whole number (non-negative, no decimal) is accepted.
Example: 2009
makeStringThe automaker of the vehicle.
modelStringThe model of the vehicle.
vinStringThe Vehicle Identification Number (VIN) of the vehicle.
license_plateStringThe license plate of the vehicle.
owner_full_nameStringThe full name of the owner of the vehicle.
ownership_statusStringThe ownership status of the vehicle. The accepted values are Owned, Financed and Leased (case sensitive).
annual_mileageNumberThe annual mileage of the vehicle. Any whole number (non-negative, no decimal) is accepted.
Example: 12588
collision_coverageNumberThe collision coverage of the vehicle. Any whole number (non-negative, no decimal) is accepted.
Example: 12588
comprehensive_coverageNumberThe comprehensive coverage of the vehicle. Any whole number (non-negative, no decimal) is accepted.
Example: 12588
rental_car_coverageStringThe rental car coverage of the vehicle.
towing_coverageStringThe towing coverage of the vehicle.

Example

{
"year": 2019,
"make": "Ford",
"model": "Fiesta",
"vin": "9I48D5392TO255928",
"license_plate": "RUX-9977",
"owner_full_name": "Doretha Bauch",
"ownership_status": "Financed",
"annual_mileage": 8650,
"collision_coverage": 500,
"comprehensive_coverage": 500,
"rental_car_coverage": "30/600",
"towing_coverage": "75/225"
}
*The details in the example above are fictional. Any resemblance to an actual vehicle is purely coincidental.