Discussions

Ask a Question
Back to all

Fourkites Integration

The carrier Peak Logistics Ltd (Mainstream) is being required by PepsiCo Team to send the locations updates to Fourkites. Based on truck/trailer references, we can provide these locations updates for them.

However, we need to receive the truck/reference via API or SFTP for each load. Could you kindly let me know if your TMS has capability to send this information?

Enclosed the JSON


{
"updates": [
{
"billToCode": "Shipper unique id",
"identifierKeys": [
{
"identifier": "Load reference #1",
"rawIdentifier": "Carrier format - Load reference #1",
"identifierType": "Load reference identifier type in FourKites or Carrier company" //If FourKites standard used, then only reference would be searched using given identifierType otherwise skipped
},
{
"identifier": "Load reference #2",
"rawIdentifier": "Carrier format - Load reference #2",
"identifierType": "Load reference identifier type in FourKites or Carrier company"
},
{
"identifier": "Load reference #3",
"rawIdentifier": "Carrier format - Load reference #3",
"identifierType": "Load reference identifier type in FourKites or Carrier company"
},
{
"identifier": "Load reference #4",
"rawIdentifier": "Carrier format - Load reference #4",
"identifierType": "Load reference identifier type in FourKites or Carrier company"
}
],
"assignmentUpdate": {
"truckNumber": "TruckTest3 - Test_load_2",
"trailerNumber": "trailerNumber"
}
}
]
}