Skip to main content

Find Job History

To find the detailed report of a completed job.

Endpoint
POST /api/GetJobsHistory
Example Request
{
"JobNumber": 7997031
}
Example Response
{
"Message": "",
"DevMessage": "",
"Content": [
{
"JobNumber": 7997031,
"JourneyDateTime": "28/06/2021 15:40",
"Pickup": "24 Jubilee Way Shipley BD18 1QG United Kingdom ",
"Dropoff": "49 Duckworth Lane Bradford BD9 5ET United Kingdom ",
"PickUpLatitude": "53.6412215",
"PickUpLongitude": "-1.785246",
"DestinyLatitude": "53.7839618",
"DestinyLongitude": "-1.7350702",
"Fare": "31.15",
"DriverId": null,
"DriverName": null,
"CarType": "Saloon",
"RegistrationNo": null,
"Make": null,
"Model": null,
"Colour": null,
"DriverPicture": null,
"DriverRate": "0",
"CarRate": "0",
"Distance": 14.8,
"TimeTakeToDrop": "0:00",
"SubTotal": 0,
"Total": 0,
"Status": "Canceled",
"JobCost": "JourneyCost= 26.47",
"JobCostDetails": {
"JourneyCost": " 26.47"
},
"Feedback": null,
"ComplainType": null,
"Complain": null,
"FeedbackDate": null,
"ComplainDate": null,
"ETA": 21,
"FareDetails": {
"JourneyCost": 26.47,
"Waiting": 0,
"Extra": 0,
"Parking": 0,
"Pet": 0,
"Luggage": 0,
"Escort": 0,
"Commission": 0,
"Discount": 0,
"Misc": 0,
"CommAbsorb": 0
}
}
]
}