v1

latestOpenAPI 3.0.12026-08-04671711.0 MB
Quotes

Retrieve details from a quote request

A quote can either be available, rejected, expired or booked. If it's available, a price and expiration date will be returned. In the case the quote is rejected, the reason will be detailed in the response.

Rejections could be a temporary condition. Retrying the request may or may not provide the caller with an available quote.

List of possible reject reasons

Note: we constantly add and remove reject reasons from this list. To make sure the client will continue to work properly in case a new reject reason is added, you can use the message on reject_description field to show to users what happened.

  • forbidden-date: Date is valid but not allowed
  • price-unavailable: Could not get price
  • shipper-over-capacity: Shipper over Capacity
  • lane-not-permitted: Lane not Permitted
  • shipper-daily-quotes-over-capacity: Shipper daily quotes over capacity
  • mileage-unavailable: Could not get mileage
  • next-day-shipment-not-allow: Next day quotes are not allowed
  • inactive-shipper-daily-quotes-over-capacity: Inactive shipper daily quotes over capacity
  • weekend-pickup-not-allowed: Pickups are not allowed to happen on weekends
  • same-day-shipment-not-allow: Same day quote is not allowed
  • market-size-too-large: Market Size too Large
  • flatbed-not-allowed: Flatbed not allowed
  • shipper-profile-is-incomplete: Shipper profile is incomplete
get/api/v2/quotes-request/{uuid}

Path parameters

uuidstring uuid required

Unique Quote Request identifier

Response

Success