Skip to main content

Update Booking Details

Use this API to update booking details

Endpoint
PUT /api/CabsBookingPostV3/UpdateBookJob
Request Body
{
"JobNumber": 55022634,
"CustomerName":"John Smith",
"FareTotal":"33.33",
"Telephone":"09876574321",
"PickupAddress":"Huddersfield Police Station (Headquarters), Castlegate, Huddersfield, UK",
"DestinyAddress":"21 Newsome Road, Huddersfield, UK",
"ViaAddress":[
{
"Latitude":"53.6412215",
"Longitude":"-1.7852460"
}
],
"JourneyTime":"07/02/2023 17:00:00",
"PaymentType":"Cash",
"Luggage":"Luggage",
"NoOfPassenger":1,
"Price":7.50,
"PickupLatitude":"53.6412215",
"PickupLongitude":"-1.7852460",
"DropoffLatitide":"53.7839618",
"DropoffLongitude":"-1.7350702",
"VehicleMask":16
}
Example Response
{
"Message": "Job updated successfully",
"DevMessage": "Job updated successfully",
"Content": {
"JobNumber": "7997031"
}
}