POST ticket_services/TimedTicketCancellation

This method will cancel a existing Booking Requires: HTTPS, Basic Auth.

Request Information

Parameters

NameDescriptionAdditional information
Request

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BookingReference": "sample string 1",
  "Reason": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Iscancelled": true,
  "BookingReference": "sample string 2",
  "Reason": "sample string 3"
}