RateQuote - Submit a quote request
POST
/ratequote/ratequoteLast modified: 19 days ago
The RateQuote API endpoint is designed to generate an LTL (Less-Than-Truckload) shipping quote for a customer based on specific shipment details. The input requirements include:
Authentication & Account Information:
UserName
,ClientCode
, andAuthenticationID
are used to validate the user's account and permissions.PricingCode
is provided to define the pricing tier or contract.
Shipment Details:
- Information on shipment origin and destination, including
OriginState
,OriginZip
,OriginCountry
,DestinationState
,DestinationZip
, andDestinationCountry
. Direction
indicates the type of shipment (e.g., outbound).ShipmentDate
provides the date of the shipment.
- Information on shipment origin and destination, including
Items Specifications:
- The
Items
array details each item in the shipment, including its freight class (ItemClass
), weight, dimensions (Length
,Width
,Height
), and piece count (Pieces
).
- The
Accessorial Services:
- Additional services can be specified in the
Accessorials
array, such as residential delivery (ServiceCode
: "RES").
- Additional services can be specified in the
This endpoint calculates and returns an LTL shipping quote based on the shipment's specifications and any additional services required.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
search results matching criteria
Data Schema
No schema defined
Example
Not configured