POST ITH/cancel_booking

Documentation for 'cancel_booking'.

Request Information

Parameters

NameDescriptionAdditional information
cancel
Documentation for 'cancel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "event_name": "sample string 1",
  "booking_ref_number": "sample string 2",
  "booking_status": "sample string 3",
  "cancellation_fee": 4.1,
  "ext_booking_number": "sample string 5",
  "reason": "sample string 6"
}

application/xml, text/xml

Sample:
<Cancellation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_16_05_2018.Models">
  <booking_ref_number>sample string 2</booking_ref_number>
  <booking_status>sample string 3</booking_status>
  <cancellation_fee>4.1</cancellation_fee>
  <event_name>sample string 1</event_name>
  <ext_booking_number>sample string 5</ext_booking_number>
  <reason>sample string 6</reason>
</Cancellation>

application/x-www-form-urlencoded

Sample:

Sample not available.