⇣ POST /booking_cancellation

A booking can be cancelled by the agent either:

  1. More than a day before travel date
  2. If none of the tickets have already been redeemed

The /booking_cancellation request will be made as a POST request to your callback_url for example: POST https://api.example.com/cc/callbacks/booking_cancellation.

{ "booking": "BOOKING00004232" }

You are just required to respond with a 200 OK response indicating you have received the request, the response body may be empty.