Listings API V2

VehicleAttributeName

string

The name of the vehicle attribute.

Allowed values:CAB_AND_CHASSISCONVERTIBLECREW_CABDOES_NOT_ROLLDOES_NOT_RUNDOES_NOT_STEERDUAL_REAR_WHEELEXTENDED_CABEXTENDED_LENGTHFLAT_BEDFLAT_TIREFRAME_DAMAGEIS_4X2IS_4X4LADDER_RACKLEFT_KITLONG_BEDNO_KEYSNO_TIRESOTHER_INOPOTHER_INOP_NOTESOVERSIZE_TIRESOVERSIZED_UNITRAISED_ROOFREGULAR_CABSHORT_BEDSINGLE_REAR_WHEELSTANDARD_LENGTHTOOLBOXUTILITY_BODY

Default:OVERSIZED_UNIT

Example

VehicleAttributeRequest

object

Details of a vehicle attribute.

vehicleAttributeTypestring

The value of the vehicle attribute.

Allowed values:DAMAGEFEATURE

Default:FEATURE

Example:DAMAGE

vehicleAttributeNamestring

The name of the vehicle attribute.

Allowed values:CAB_AND_CHASSISCONVERTIBLECREW_CABDOES_NOT_ROLLDOES_NOT_RUNDOES_NOT_STEERDUAL_REAR_WHEELEXTENDED_CABEXTENDED_LENGTHFLAT_BEDFLAT_TIREFRAME_DAMAGEIS_4X2IS_4X4LADDER_RACKLEFT_KITLONG_BEDNO_KEYSNO_TIRESOTHER_INOPOTHER_INOP_NOTESOVERSIZE_TIRESOVERSIZED_UNITRAISED_ROOFREGULAR_CABSHORT_BEDSINGLE_REAR_WHEELSTANDARD_LENGTHTOOLBOXUTILITY_BODY

Default:OVERSIZED_UNIT

Example:FLAT_BED

valuestring

The value of the vehicle attribute.

<= 200 characters

Example:true

Example

VehicleAttributeResponse

object

Details of a vehicle attribute.

vehicleAttributeTypestring

The value of the vehicle attribute.

Allowed values:DAMAGEFEATURE

Default:FEATURE

Example:DAMAGE

vehicleAttributeNamestring

The name of the vehicle attribute.

Allowed values:CAB_AND_CHASSISCONVERTIBLECREW_CABDOES_NOT_ROLLDOES_NOT_RUNDOES_NOT_STEERDUAL_REAR_WHEELEXTENDED_CABEXTENDED_LENGTHFLAT_BEDFLAT_TIREFRAME_DAMAGEIS_4X2IS_4X4LADDER_RACKLEFT_KITLONG_BEDNO_KEYSNO_TIRESOTHER_INOPOTHER_INOP_NOTESOVERSIZE_TIRESOVERSIZED_UNITRAISED_ROOFREGULAR_CABSHORT_BEDSINGLE_REAR_WHEELSTANDARD_LENGTHTOOLBOXUTILITY_BODY

Default:OVERSIZED_UNIT

Example:FLAT_BED

valuestring

The value of the vehicle attribute.

Example:true

Example

VehicleAttributeType

string

The value of the vehicle attribute.

Allowed values:DAMAGEFEATURE

Default:FEATURE

Example

VehicleCollection

object

A paginated collection of vehicles.

hrefstring

The URL used to query the current collection of the resource.

Example:https://marketplace-api.centraldispatch.com/listing-vehicles/mine?limit(5,1)

itemsarray[object]

Details of a vehicle.

Show Child Parameters
limitinteger(int32)

The maximum number of items to be returned in the response.

Example:1

nextstring

The URL to the next page of the collection, if available.

Example:https://marketplace-api.centraldispatch.com/listing-vehicles/mine?limit(5,1)

previousstring

The URL to the previous page of the collection, if available.

Example:https://marketplace-api.centraldispatch.com/listing-vehicles/mine?limit(6,1)

firststring

The URL to the first page of the collection.

Example:https://marketplace-api.centraldispatch.com/listing-vehicles/mine?limit(1,1)

countinteger(int32)

The total count of resources in the collection.

Example:23

Example