Order
POST
https://api.ltlp.kuehne-nagel.com/api/billoflading/onlineorders
Last modified:2024-11-06 15:22:40
Orders API
Orders
endpoint allows you to submit shipment requests that need to be scheduled within the Bill of Lading (BOL) application. This endpoint is primarily used for placing orders that are to be tracked and processed as shipments.PRO Numbers
UserName
: User's unique identifier.ClientCode
: Code associated with the client.AuthenticationID
: Unique ID for session authentication.ShipmentNumber
: This must be uniqueBillOfLadingNumber
,InternalBOLNumber
, ProNumber
, PONumber
: Various identifiers for the shipment or order.CarrierName
, CarrierSCAC
, QuoteNumber
: Carrier-specific details for the shipment.ShipmentDate
: Scheduled date of shipment in YYYY-MM-DD
format.ShipperCompanyName
, ShipperContactPhone
, ShipperContactName
: Details for the shipping company and contact.ShipperAddress
, ShipperCity
, ShipperState
, ShipperZip
: Full address of the shipper.ConsigneeName
, ConsigneePhone
, ConsigneeContact
: Details for the consignee.ConsigneeAddress
, ConsigneeCity
, ConsigneeState
, ConsigneeZip
: Full address of the consignee.ThirdPartyName
, ThirdPartyPhone
, ThirdPartyAddress
, etc.SpecialInstructions
: Additional instructions or handling notes.StoreNumber
, DepartmentNumber
: Identifiers for store or department if applicable.CODFeeCollect
, CODFeePrePaid
, CODAmt
: Information about Collect on Delivery fees.HazContractNUM
, HazContactName
, HazContactPhone
: Contact details for hazardous shipments.AccessorialList
: List of optional services or handling codes (e.g., ServiceCode
for each accessorial).ShippingConfirmationEmail
: Array of email addresses to receive shipping confirmations.ShippingUnits
, PKGType
, Description
, NMFC
, ClassNum
, Weight
, and Haz
(hazardous material status).ErrorMessage
: If an error occurs, this field contains the error message; otherwise, it is null
.Accepted
: Indicates if the order submission was successful (true
or false
).Notes:
AccessorialList
and SpecialInstructions
.Request
Body Params application/json