Market Intelligence API

ListingPriceRequest

object

Details of listing prices.

stopsarray[object]

Details of a stop.

Show Child Parameters
vehiclesarray[object]

Details of a vehicle.

Show Child Parameters
isEnclosedboolean

Limit search to enclosed trailers.

Default:false

Example:true

limitinteger(int32)

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

Default:5

>= 1<= 5

Example:1

Example

ListingPriceResponse

object

Details of the listing price.

lowPricenumber(double)

The lowest price found.

Example:100

lowPriceCurrencystring

The currency of lowPrice.

Example:USD

highPricenumber(double)

The highest price found.

Example:200

highPriceCurrencystring

The currency of highPrice.

Example:USD

meanPredictedPricenumber(double)

The mean predicted price.

Example:150

meanPredictedPriceCurrencystring

The currency of meanPredictedPrice.

Example:USD

originCitystring

The pick up city.

Example:Anaheim

originStatestring

The pick up state.

Example:CA

originZipCodestring

The pick up ZIP code. Must be a valid United States ZIP code or Canadian postal code.

Example:92802

destinationCitystring

The delivery city.

Example:Las Vegas

destinationStatestring

The delivery state.

Example:NV

destinationZipCodestring

The delivery ZIP code.

Example:89169

vehicleTypestring

The type of vehicle e.g. CAR, TRUCK.

Example:CAR

vehicleSizestring

The size of the vehicle.

Example:MEDIUM

listingPricenumber(double)

The listing price.

Example:120

listingPriceCurrencystring

The currency of listingPrice.

Example:USD

listingPricePerMilenumber(double)

The listing price per mile.

Example:1.5

listingPricePerMileCurrencystring

The currency of listingPricePerMile.

Example:USD

listingCreationDatestring(date-time)

The date and time the listing was created, in UTC/ISO 8601 format.

Example:2024-08-01T00:00:00Z

dispatchDistancenumber(double)

The total travel distance.

Example:267

dispatchDistanceUnitsstring

The units of dispatchDistance.

Example:MILES

listingDistancenumber(double)

The total travel distance.

Example:267

listingDistanceUnitsstring

The units of listingDistance.

Example:MILES

dispatchStatusstring

The status of the dispatch.

Example:DELIVERED

dispatchPricenumber(double)

The total amount to be paid for completing the dispatch.

Example:180

dispatchPriceCurrencystring

The currency of dispatchPrice.

Example:USD

dispatchPricePerMilenumber(double)

The per mile price of the dispatch.

Example:0.55

dispatchPricePerMileCurrencystring

The currency of dispatchPricePerMile.

Example:USD

dispatchDatestring(date-time)

The actual pick up date and time, in UTC/ISO 8601 format.

Example:2024-09-10T00:00:00Z

Example

ListingPriceResponseCollection

object

A collection of listing price responses.

hrefstring

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

Example:https://api.centraldispatch.com/list-prices

countinteger(int32)

The total count of resources in the collection.

Example:1

limitinteger(int32)

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

Example:1

itemsarray[object]

Details of the listing price.

Show Child Parameters
Example

Stop

object

Details of a stop.

stopNumberinteger(int32)

The sequential number of the stop along the route e.g. 1 is the pick up stop and 2 is the delivery stop.

Example:1

streetAddress1string

The street address.

Example:345 W Elm St.

streetAddress2string

Additional street address line.

Example:2nd Floor

citystring

The city. Required if valid latitude and longitude are not provided.

Example:Anaheim

statestring

The state. Required if valid latitude and longitude are not provided.

Example:CA

countrystring

The country code. US or CA.

Example:US

postalCodestring

The ZIP code. Must be a valid United States ZIP code or Canadian postal code.

Example:92802

latitudenumber(double)

The latitude of the location. Required if valid city and state are not provided.

Example:33.81228788622535

longitudenumber(double)

The longitude of the location. Required if valid city and state are not provided.

Example:-117.91836265987132

Example

Vehicle

object

Details of a vehicle.

vinstring

The vehicle identification number (VIN). Required if valid year, make and model are not provided.

Example:KL8CH6SA6NC001234

yearstring

The 4 digit year of the vehicle. Required if valid vin is not provided.

Example:2022

makestring

The manufacturer’s make of the vehicle. Required if valid vin is not provided.

Example:Chevrolet

modelstring

The manufacturer’s model of the vehicle. Required if valid vin is not provided.

Example:Spark

isOperableboolean

Limit search to operable vehicles.

Default:false

Example:true

pickupStopNumberinteger(int32)

The stop number where the vehicle will be picked up. Origin stop number from the stops array.

Example:1

dropOffStopNumberinteger(int32)

The sequential stop number where the vehicle will be delivered. Destination stop number from the stops array.

Example:2

vehicleTypestring

The type of vehicle e.g. CAR, TRUCK.

Example:CAR

Example