Cancel Booking API
Description: Cancel booking
Path: /api/v2/reservation/cancelBooking
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
Description: Cancel booking
Path: /api/v2/reservation/cancelBooking
Method: POST
Content Type/Accept Type: application/json
* = required
{
"clientId": "04x1236-f424-4728-8oba-3652fc5059e1",
"timestamp": 1689583111,
"transactionId": "G1"
}{
"code": 2,
"message": "There was a problem with the data submitted, or some pre-condition of the API call wasn't satisfied.",
"error": null,
"data": {
"bookingNo": 1933436,
"transactionId": "G1",
"refundAmount": 600000
},
"timestamp": 1693468853
}