RateQuote - Submit a quote request for multiple points
POST
https://api.ltlp.kuehne-nagel.com/api/ratequote/ratequotemultipoint
RateQuoteMultiPoint
Last modified:2024-11-04 17:35:05
1.
Zip1
specifies the primary origin or destination zip code, while Zip2
is an array allowing multiple zip codes for either origins or destinations.ZipArrayisOrigin
is a boolean indicating whether the Zip2
list represents origins (true
) or destinations (false
).2.
Items
array details each shipment item, including ItemClass
(freight classification), Weight
, Length
, Width
, Height
, and the number of pieces (Pieces
).3.
Accessorials
array using ServiceCode
.4.
Username
, ClientCode
, and AuthenticationID
authenticate the user.PricingCode
, PalletCount
, Direction
, and ShipmentDate
provide shipment specifics and account settings.Request
Body Params application/json