Recipe 2 Example JSON Status
You will receive a full JSON JOB via the webhook. The following fields are of interest.
{
"AssignedDriverName":"bob",
"AssignedDriverRemoteId":"D234",
"AssignedTruckRemoteId":"T567",
"JobNumber":"RPM1004",
"LoadId":"RPM23436",
"Status":16,
"StatusTime":"/Date(1565380851000)/"
"TripId":"45673",
"Dropoff":{
"Eta":null
},
"Pickup":{
"Eta":"/Date(1565380851000)/",
"GateOutCode":"G342455"
},
"Vehicles":[
{
"LoadDirection":Forward,
"LoadLevel":Top,
"LoadPosition":2,
"Status":10,
"Vin":"4T1B11HK0KU801584"
}
]
}