Skip to main content

Reverse

POST

/api/v1/generic-api-service/flight/reverse

The reverse endpoint performs the actual PNR cancellation using the reverseToken obtained from the Reverse Inquire service. It cancels the ticket(s) and applies the previously quoted penalty and refund amounts.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/flight/reverse' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"orderId": "49661695",
"pnr": "42ED16",
"reverseToken": "00b1804f-0791-4480-9842-758fa48cd119"
}'