object
(Car)
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 |
warraty_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
string
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"new" |
|
"used" |
The vehicle category
category
string
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"car" |
|
"motorcycle" |
|
"industrial" |
An unique identifier for the car
stock_id
string
string
Body type
body_style
string
string
Make
make
string
string
Model
model
string
string
version
string
string
Fabrication year
year
number
number
minimum: the value of this number must greater than or equal to: 0
Fabrication month
month
number
number
minimum: the value of this number must greater than or equal to: 0
Price
price
number
number
License place
license_plate
string
string
Mileage
mileage
number
number
minimum: the value of this number must greater than or equal to: 0
Number of doors
doors
number
number
minimum: the value of this number must greater than or equal to: 0
Duration of the warranty in months
warraty_months
number
number
minimum: the value of this number must greater than or equal to: 0
Vehicle Identification Number
vin
string
string
Fuel Type
fuel
string
string
Transmission Type
transmission
string
string
Horsepower
horsepower
number
number
minimum: the value of this number must greater than or equal to: 0
Color
color
string
string
Car publication URL
url
string
string
URI: the string must be a URI, according to RFC 3986
Car's images' URLs
image_urls
string[]
string[]
Engine volume (cc3)
engine_size
number
number
Extras
equipment
string
string