Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cancellation Confirmation Request is used to commit cancellation of the whole booking.

OTA_CancelRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

CancelType*

string ("Cancel")

Must be "Cancel" for that step.

1...1

RequestedCurrency

For more information see Common Data Description section in Glossary.

1...1

PrimaryLangID

0...1

TransactionIdentifier*

string

Unique transaction ID generated by GP Travel HUB at Cancellation Initiate Response.

1...1

UniqueID*

For more information see Cancellation Initiate Request section.

Expand
titleHotel Cancellation Confirmation Request Sample XML
Code Block
languagexml
<OTA_CancelRQ CancelType="Cancel" TransactionIdentifier="12232" EchoToken="tok1" PrimaryLangID="en" Version="2">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
   <UniqueID ID="264888" ID_Context="client" Type="10"/>
</OTA_CancelRQ>