car Type

object (Car)

car Properties

Property Type Required Nullable Defined by
type string Optional cannot be null JsonLead
category string Optional cannot be null JsonLead
stock_id 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
price number 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
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
color string Optional cannot be null JsonLead
url string Optional cannot be null JsonLead
image_urls array Optional cannot be null JsonLead
engine_size number Optional cannot be null JsonLead
equipment string Optional cannot be null JsonLead

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_id

An unique identifier for the car

stock_id

stock_id Type

string

body_style

Body type

body_style

body_style Type

string

make

Make

make

make Type

string

model

Model

model

model Type

string

version

version

version Type

string

year

Fabrication year

year

year Type

number

year Constraints

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

month

Fabrication month

month

month Type

number

month Constraints

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

price

Price

price

price Type

number

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

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

horsepower

horsepower Type

number

horsepower Constraints

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

color

Color

color

color Type

string

url

Car publication URL

url

url Type

string

url Constraints

URI: the string must be a URI, according to RFC 3986

image_urls

Car's images' URLs

image_urls

image_urls Type

string[]

engine_size

Engine volume (cc3)

engine_size

engine_size Type

number

equipment

Extras

equipment

equipment Type

string