vehicle_id | string(uuid) | ID of the vehicle | |
year | integer | null | Vehicle year | |
make | string | null | Vehicle make | |
model | string | null | Vehicle model | |
series | string | null | Vehicle series | |
series2 | string | null | Vehicle series 2 | |
type | string | null | Vehicle type | |
annual_mileage | integer | null | Vehicle annual mileage | |
vin | string | null | Vehicle identification number | |
hin | string | null | Boat hull identification number | |
serial_number | string | null | Vehicle serial number | |
uses | array | null | Vehicle uses | enum: PERSONAL , COMMUTE , WORK , SCHOOL , PLEASURE , FARM |
purchase_date | string(date-time) | null | Vehicle purchase date | |
ownership_type | string | null | Vehicle ownership type | enum: OWN , FINANCE , LEASE |
features | array | null | Vehicle features | |
is_removed | boolean | Whether or not the Vehicle is excluded from the Policy | |
lien_holder | string | null | Vehicle lien holder name | |
garaging_address | object | null | | References Address |
lien_holder_address | object | null | | References Address |
coverages | array | List of vehicle coverage objects | References VehicleCoverage |
drivers | array | List of driver objects | References VehicleDriver |