Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Cancellation Ignore Request is used to rollback booking cancellation.

OTA_CancelRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

CancelType*

string ("Ignore")

Must be "Ignore" for that step.

1...1

RequestedCurrency

For more information see Common Data Description section in Glossary.

PrimaryLangID

For more information see Common Data Description section in Glossary.

TransactionIdentifier*

string

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

1...1

UniqueID*

 Cancellation Ignore Request Sample XML
<OTA_CancelRQ CancelType="Ignore" EchoToken="tok1" PrimaryLangID="en" TransactionIdentifier="12232" 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>
  • No labels