Skip to main content

Get Snail Trail of A Job

To get a job snail trail

If Status Details is A , driver is on way to the customer If Status Details is W, driver is waiting for the customer If Status Details is C, customer is on board If Status Details is D, passenger has reached the destination

Endpoint
POST /api/GetJobSnailTrail
Example Request
{
"JobNumber": 7997031
}
Example Response
{
"Message": "",
"DevMessage": "",
"Content": [
{
"TimeStamp": "11/09/2017 23:24:52",
"JobStatus": "W",
"JobStatusDetail": "waiting for customer",
"Speed": "0",
"LatLong": "51.469223 -2.565566"
},
{
"TimeStamp": "11/09/2017 23:32:04",
"JobStatus": "C",
"JobStatusDetail": "customer on board",
"Speed": "7.48",
"LatLong": "51.45894 -2.59366"
}
]
}