Cancel Ticket Confirmation
Cancel Ticket Confirmation
GET
https://traveloapi.com/yourapi/bus/cancel_ticket_confirm
Path Parameters
Name
Type
Description
gatkey
string
gatkey (provided by Traveloapi)
etsTicketNo
string
At That time Of Booking You Have got PNR
seatNbrsToCancel
string
List seat numbers to cancel
{
"cancelChargesPercentage": "10 %",
"totalTicketFare": "790.00",
"totalRefundAmount": "711",
"cancellable": true,
"partiallyCancellable": false,
"cancellationCharges": 79,
"apiStatus": {
"success": true,
"message": "SUCCESS"
}
}
Last updated
Was this helpful?