vehicle Type

object (Vehicle)

vehicle Properties

Property Type Required Nullable Defined by
ids array Optional cannot be null JsonLead
type string Optional cannot be null JsonLead
category string Optional cannot be null JsonLead
stock_number string Optional cannot be null JsonLead
body_style string Optional cannot be null JsonLead
make string Optional cannot be null JsonLead
model string Optional cannot be null JsonLead
version string Optional cannot be null JsonLead
year number Optional cannot be null JsonLead
month number Optional cannot be null JsonLead
prices array Optional cannot be null JsonLead
license_plate string Optional cannot be null JsonLead
mileage number Optional cannot be null JsonLead
doors number Optional cannot be null JsonLead
seats number Optional cannot be null JsonLead
warranty_months number Optional cannot be null JsonLead
vin string Optional cannot be null JsonLead
fuel string Optional cannot be null JsonLead
transmission string Optional cannot be null JsonLead
horsepower number Optional cannot be null JsonLead
colors array Optional cannot be null JsonLead
urls array Optional cannot be null JsonLead
dealer_location string Optional cannot be null JsonLead
media array Optional cannot be null JsonLead
engine_size number Optional cannot be null JsonLead
equipment array Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

ids

A list of unique identifiers from your -and/or third party- databases or systems. This ID can be used by lead managers to corss-reference and update customer information

ids

ids Type

string[]

type

Type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"new"
"used"

category

The vehicle category

category

category Type

string

category Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"car"
"motorcycle"
"industrial"

stock_number

Vehicle's human readable or friendly unique identifier from the Dealer Archives

stock_number

stock_number Type

string

body_style

Body style

body_style

body_style Type

string

make

Make

make

make Type

string

model

Model

model

model Type

string

version

version

version Type

string

year

Year manufactured

year

year Type

number

year Constraints

minimum: the value of this number must greater than or equal to: 0

month

Month Manufactured

month

month Type

number

month Constraints

minimum: the value of this number must greater than or equal to: 0

prices

Vehicle prices

prices

prices Type

object[] (Details)

license_plate

License place

license_plate

license_plate Type

string

mileage

Mileage

mileage

mileage Type

number

mileage Constraints

minimum: the value of this number must greater than or equal to: 0

doors

Number of doors

doors

doors Type

number

doors Constraints

minimum: the value of this number must greater than or equal to: 0

seats

Number of seats

seats

seats Type

number

seats Constraints

minimum: the value of this number must greater than or equal to: 0

warranty_months

Duration of the warranty in months

warranty_months

warranty_months Type

number

warranty_months Constraints

minimum: the value of this number must greater than or equal to: 0

vin

Vehicle Identification Number

vin

vin Type

string

fuel

Fuel Type

fuel

fuel Type

string

transmission

Transmission Type

transmission

transmission Type

string

horsepower

Horsepower (HP, CV)

horsepower

horsepower Type

number

horsepower Constraints

minimum: the value of this number must greater than or equal to: 0

colors

Colors of the vehicle

colors

colors Type

object[] (Details)

urls

Vehicle detail page URLS

urls

urls Type

string[]

dealer_location

The location of the vehicle

dealer_location

dealer_location Type

string

media

Vehicle media (Photos, Videos, 3D Models, etc)

media

media Type

object[] (Details)

engine_size

Engine volume (cc3)

engine_size

engine_size Type

number

equipment

Vehicle equipment

equipment

equipment Type

object[] (Details)

custom

Custom fields for the vehicle

custom

custom Type

object (Details)