LoadTender - Tender a shipment
POST
https://api.ltlp.kuehne-nagel.com/api/loadtenderingv2/loadtenderv2
LoadTendering
Last modified:2024-12-09 19:31:12
Input Parameters:
1.
Username
, ClientCode
, and AuthenticationCode
authenticate the user.2.
QuoteNumber
: Identifies the specific quote for this tender.CarrierCode
: Specifies the carrier.PP
for PrePaid (default),CC
for Collect,TP
for Third Party.00
for Original (default),01
for Cancellation (future state, not available yet)PickupDate
, PickupOpenTime
, and PickupCloseTime
: Scheduling details for the pickup.PalletCount
and TotalWeight
: Shipment load details.SpecialInstructions
: Any specific instructions for the carrier.BLPdf
: Base64-encoded Bill of Lading PDF3.
DeveloperMode
: When true, enables test mode.AccessorialCodes
: List of codes for additional services required.4.
Name
, Phone
, and ContractNumber
for hazardous material contact details.5.
Code
, Company
, Address
, City
, State
, PostalCode
, Country
, and contact details (ContactName
, ContactPhone
, ContactEmail
).Postal Codes
6.
Units
(number of packages), PackageType
(see table below), Hazmat
(if the item is hazardous), Description
, NMFCCode
, FreightClass
, PalletCount
(handling units), ItemWeight
, ItemLength
, ItemWidth
, and ItemHeight
.Code | Description |
---|---|
BAT | Battery |
BDL | Bundles |
BIN | Bin |
BOX | Box |
BRL | Barrels |
CAN | Canister |
CAS | Case |
CRT | Cartons |
CRT | Crate |
CTN | Container |
CYL | Cylinder |
DRM | Drum |
LOS | Loose |
OTH | Other |
PAL | Pail |
PCS | Pieces |
PKG | Package |
PLT | Pallet |
SKD | Pallet |
SKD | Skid |
TOT | Tote |
UNT | Unit |
7.
BL
(Bill of Lading), PO
(Purchase Order), and QT
(Quote Number).Output Structure:
ConfirmationID
: Unique identifier provided by the carrier for the tender request.Success
: Boolean indicating if the tender was successfully submitted.Message
: Any additional information regarding the submission.RTFPickupID
: Unique identifier for Kuehne + Nagel, LTL+.Request
Body Params application/json