RateQuote - Submit a quote request for multiple points
POST
/ratequote/ratequotemultipointLast modified: 19 days ago
This API endpoint enables users to submit an LTL quote request that supports multiple origins or destinations for greater flexibility in logistics planning. The required input includes:
Multi-Location Support:
Zip1
specifies the primary origin or destination zip code, whileZip2
is an array allowing multiple zip codes for either origins or destinations.ZipArrayisOrigin
is a boolean indicating whether theZip2
list represents origins (true
) or destinations (false
).
Item Specifications:
- The
Items
array details each shipment item, includingItemClass
(freight classification),Weight
,Length
,Width
,Height
, and the number of pieces (Pieces
).
- The
Accessorial Services:
- Additional services, such as residential delivery, can be listed in the
Accessorials
array usingServiceCode
.
- Additional services, such as residential delivery, can be listed in the
Authentication & Shipment Details:
Username
,ClientCode
, andAuthenticationID
authenticate the user.PricingCode
,PalletCount
,Direction
, andShipmentDate
provide shipment specifics and account settings.
This endpoint returns an LTL quote based on the shipment's details across multiple origins or destinations, tailored to the specified services and requirements.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured