Skip to main content

NewVehicleObject

an object containing the details of a new vehicle to add to the shipment

vinstringrequired

Vehicle Identification Number

Example: 1G8AL52F03Z157046
yearinteger

Production year of the vehicle

Example: 2020
makestring

Manufacturer of the vehicle

Example: Dodge
modelstring

The model of the vehicle produced bt the manufacturer

Example: RAM ProMaster
trimstring

The specific trim level of this vehicle model

Example: Cargo Van
typeVehicleType (string)

The type of vehicle for this shipment

Possible values: [car, suv, van, truck, truck_ext, work_van, service_body]

Example: van
is_modifiedboolean

A flag determining if the vehicle has modifications

Example: false
is_inoperableboolean

A flag determining if the vehicle is in operable

Example: false
notesstring

Notes about any modifications, issues or warnings about the vehicle

Example: Vehicle is rusting underneath
NewVehicleObject
{
"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"
}