PUT api/v1/BookingRequests/{id}/CancelXML

Send cancellation Booking Request XML

Request Information

Parameters

NameDescriptionAdditional information
cancelXMLDTO
Reason for cancel booking request

Define this parameter in the request body.

id
Booking ID

Define this parameter in the request URI.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Comments": "sample string 1"
}

application/xml, text/xml

Sample:
<CancelXMLDTO>
  <Comments>sample string 1</Comments>
</CancelXMLDTO>