⇡ POST /reservation_cancellation
If the customer doesn't want to proceed with the booking you must cancel the reservation before the, releasing the reserved seats back into the wild. You should also do this if the customer wants to change their reservation, so you can free up the availability.
The /reservation_cancellation request must be made as a POST request to https://api.cityconnect.net/v1/reservation_cancellation. You must use your email and token created in your account as HTTP Basic Authentication header to authenticate the request.
You must provide the original reservation code in the request like so:
{ "reservation": "RESERVATION00004214" }
Updated over 8 years ago
