{
"Credentials": {
"Username": "string",
"ClientCode": "string",
"AuthenticationCode": "string"
},
"CarrierCode": "string",
"ShipperCompany": "string",
"ShipperAddress": "string",
"ShipperCity": "string",
"ShipperState": "string",
"ShipperZip": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"PickupDate": "string",
"ReadyTimeHHMMSS": "string",
"CloseTimeHHMMSS": "string",
"DestinationCompany": "string",
"DestinationAddress": "string",
"DestinationCity": "string",
"DestinationZip": "string",
"DestinationState": "string",
"DestinationPhone": "string",
"DestinationContact": "string",
"Quantity": 0,
"Weight": 0,
"DestinationPackageType": "string",
"DeveloperMode": true,
"Food": true,
"Liftgate": true,
"Hazerdous": true,
"AccessorialServiceCodes": [
"string"
],
"BLReferenceNumber": 0,
"BLPdf": "string",
"Items": [
{
"ItemDescription": "string",
"ItemQuantity": "string",
"ItemWeight": "string",
"FreightClass": "string",
"NMFC": "string",
"ItemLength": "string",
"ItemWidth": "string",
"ItemHeight": "string"
}
]
}
curl --location --request POST 'https://api.ltlp.kuehne-nagel.com/api/LoadTendering/LoadTender' \
--header 'Content-Type: application/json' \
--data-raw '{
"Credentials": {
"Username": "string",
"ClientCode": "string",
"AuthenticationCode": "string"
},
"CarrierCode": "string",
"ShipperCompany": "string",
"ShipperAddress": "string",
"ShipperCity": "string",
"ShipperState": "string",
"ShipperZip": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"PickupDate": "string",
"ReadyTimeHHMMSS": "string",
"CloseTimeHHMMSS": "string",
"DestinationCompany": "string",
"DestinationAddress": "string",
"DestinationCity": "string",
"DestinationZip": "string",
"DestinationState": "string",
"DestinationPhone": "string",
"DestinationContact": "string",
"Quantity": 0,
"Weight": 0,
"DestinationPackageType": "string",
"DeveloperMode": true,
"Food": true,
"Liftgate": true,
"Hazerdous": true,
"AccessorialServiceCodes": [
"string"
],
"BLReferenceNumber": 0,
"BLPdf": "string",
"Items": [
{
"ItemDescription": "string",
"ItemQuantity": "string",
"ItemWeight": "string",
"FreightClass": "string",
"NMFC": "string",
"ItemLength": "string",
"ItemWidth": "string",
"ItemHeight": "string"
}
]
}'
{
"ConfirmationID": "string",
"Success": true,
"Message": "string",
"RTFPickupID": 0
}