Sample Json
https://bus.srdvtest.com/v9/rest/Cancel
Cancel Bus Booking Request JSON
{
"ClientId": "XXXX",
"UserName": "XXXXX",
"Password": "XXXXXX",
"TraceId": "XXXX",
"SeatName": "X",
"Remark": "Journey cancelled due to personal reasons "
}
Cancel Bus Booking Response JSON
{
"Error": {
"ErrorCode": "0",
"ErrorMessage": ""
},
"Status": "In Process",
"CancelId": 48,
"TraceId": "XXXX"
}