GetTrackingByLoad
POST
/services/api/rest/GetTrackingByLoadUsed for retrieving tracking details about specific Loads.
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
optional
Example:
application/json
Body Params application/json
No schema defined
Example
{
"AuthenticationData": {
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadIds": [
"34255933",
"34256056",
"55555555"
],
"GetLastStatus": false
}
Request samples
Responses
GetTrackingByLoad(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
ExampleGetTrackingByLoad
{
"Tracking": [
{
"LoadId": 34255933,
"BOL": "2113600014",
"ProNumber": "507530921",
"TrackingStatuses": [
{
"DateTime": "2021-05-21T10:00:00",
"Type": "WEB",
"Code": "AA",
"CarrierMessage": "Pickup window 5/21/2021 10:00:00 AM - 5/21/2021 5:00:00 PM",
"BanyanMessage": "Pickup Appointment",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-21T16:34:00",
"Type": "WEB",
"Code": "SPU",
"CarrierMessage": "PICKED UP",
"BanyanMessage": "Shipment picked-up",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-22T01:37:00",
"Type": "WEB",
"Code": "P1",
"CarrierMessage": "DEPARTED TERMINAL",
"BanyanMessage": "Departed Terminal Location",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-22T04:14:00",
"Type": "WEB",
"Code": "X4",
"CarrierMessage": "ARRIVED AT TERMINAL",
"BanyanMessage": "Arrived at Terminal Location",
"City": "",
"State": ""
}
]
},
{
"LoadId": 34256056,
"BOL": "2113600017",
"ProNumber": "507530947",
"TrackingStatuses": [
{
"DateTime": "2021-05-21T10:00:00",
"Type": "WEB",
"Code": "AA",
"CarrierMessage": "Pickup window 5/21/2021 10:00:00 AM - 5/21/2021 5:00:00 PM",
"BanyanMessage": "Pickup Appointment",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-21T16:34:00",
"Type": "WEB",
"Code": "SPU",
"CarrierMessage": "PICKED UP",
"BanyanMessage": "Shipment picked-up",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-22T01:37:00",
"Type": "WEB",
"Code": "P1",
"CarrierMessage": "DEPARTED TERMINAL",
"BanyanMessage": "Departed Terminal Location",
"City": "",
"State": ""
},
{
"DateTime": "2021-05-22T04:14:00",
"Type": "WEB",
"Code": "X4",
"CarrierMessage": "ARRIVED AT TERMINAL",
"BanyanMessage": "Arrived at Terminal Location",
"City": "",
"State": ""
}
]
}
],
"Errors": [
"Load 55555555 does not exist for this user."
],
"Success": true
}
Last modified: 3 months ago