v1

latestOpenAPI 3.0.12026-08-0422112314.6 KB
Shipper - Quoting APIs

Gets a TL Spot Quote

Allows Shippers to retrieve a Truckload quote. Given a set of shipment attributes as input, Coyote will send back a quote with a spot quote ID (“spotQuoteId”). This quote includes fuel, unless otherwise specified at the time of integration, and will be valid for 5 hours. If you want to proceed with the quote and book a shipment, use our load build request endpoint.
Note: Truckload spot quotes are currently unsupported in Europe.

post/api/v1/SpotQuotes

Request body

equipmentTypeId'V' | 'R' required

Equipment Type

pickUpDateUTCstring date-time required

Load Pickup Date UTC

minTemperaturenumber double nullable

Minimum Temperature (required if Equipment Type = R)

maxTemperaturenumber double nullable

Maximum Temperature (required if Equipment Type = R)

weightnumber double nullable

Weight

commoditystring nullable

Commodity

equipmentLengthnumber double nullable

Equipment Length

isHazmatboolean nullable

Load is Hazmat (currently unsupported)

isDropTrailerboolean nullable

Load Requires Drop Trailer (currently unsupported)

customerShipmentIdstring required

Shipment ID

Response

The spot quote was successfully retrieved

spotQuoteIdinteger

SpotQuoteId - Specify this ID as the LoadDetail.SpotQuoteId to build a load using the loads endpoint.

customerShipmentIdstring nullable

CustomerShipmentId

equipmentTypeId'V' | 'R'

Equipment Type

pickUpDateUTCstring date-time

PickupDateUTC

validUntilUtcstring date-time

ValidUntilUtc

totalRatenumber double

TotalRate Total rate includes fuel

All 22 operations