RateQuote - Submit a quote request
POST
https://api.ltlp.kuehne-nagel.com/api/ratequote/ratequote
RateQuote
Last modified:2025-03-13 15:05:30
1.
UserName
, ClientCode
, and AuthenticationID
are used to validate the user's account and permissions.PricingCode
is provided to define the pricing tier or contract.2.
OriginState
, OriginZip
, OriginCountry
, DestinationState
, DestinationZip
, and DestinationCountry
.Direction
indicates the type of shipment (e.g., outbound).ShipmentDate
provides the date of the shipment.3.
Items
array details each item in the shipment, including its freight class (ItemClass
), weight, dimensions (Length
, Width
, Height
), and piece count (Pieces
).4.
Accessorials
array, such as residential delivery (ServiceCode
: "RES").Request
Body Params application/json