NewVehicles
An array of vehicle objects included in this shipment
Array [
vinstringrequired
Vehicle Identification Number
Example:
1G8AL52F03Z157046yearinteger
Production year of the vehicle
Example:
2020makestring
Manufacturer of the vehicle
Example:
Dodgemodelstring
The model of the vehicle produced bt the manufacturer
Example:
RAM ProMastertrimstring
The specific trim level of this vehicle model
Example:
Cargo VantypeVehicleType (string)
The type of vehicle for this shipment
Possible values: [car, suv, van, truck, truck_ext, work_van, service_body]
Example:
vanis_modifiedboolean
A flag determining if the vehicle has modifications
Example:
falseis_inoperableboolean
A flag determining if the vehicle is in operable
Example:
falsenotesstring
Notes about any modifications, issues or warnings about the vehicle
Example:
Vehicle is rusting underneath]
NewVehicles
[
{
"vin": "1G8AL52F03Z157046",
"year": 2020,
"make": "Dodge",
"model": "RAM ProMaster",
"trim": "Cargo Van",
"type": "van",
"is_modified": false,
"is_inoperable": false,
"notes": "Vehicle is rusting underneath"
}
]