Skip to main content
POST
/
bookcancel
OTA Booking Cancel Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/bookcancel \
  --header 'Content-Type: application/xml' \
  --data '<OTA_CancelRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2008.1" CancelType="Quote">
  <!-- CancelType can be "Quote" to do the valuation and "Commit" to push and confirm the cancellation)-->
  <POS>
    <Source>
      <RequestorID Instance="MF001" ID_Context="AxisData" ID="TST1" Type="22"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <UniqueID Type="36" ID="test_xxx" ID_Context="Client"/>
</OTA_CancelRQ>'
"<string>"
Use this message to cancel or partially cancel an existing booking.
Find all the necessary information regarding the request message here

Body

application/xml · string<xml>

The body is of type string<xml>.

Response

200 - application/xml

Success

The response is of type string.