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

Version 1 Next »

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

OTA_CancelRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

CancelType*

string ("Cancel")

Indicates the type of request/response. Must be "Cancel" 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

A unique transaction identifier generated at Cancellation Initiate Request step.

1...1

Success

 

 

For more information see Common Data Description section in Glossary.

 

Warnings/Warning

 

 

For more information see Common Data Description section in Glossary.

UniqueID*

For more information see Cancellation Initiate Request section in Glossary.

TPA_Extensions/SpecialReqDetails/SpecialRemarks

For more information see Cancellation Initiate Request section in Glossary.

 Cancellation Confirmation Request (by client) Sample XML
<OTA_CancelRQ Version="2" TransactionIdentifier="123" CancelType="Cancel" EchoToken="12345" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
   <UniqueID Type="104" ID="ol1" ID_Context="client"/>
</OTA_CancelRQ>
 Cancellation Confirmation Request (by bsaket) Sample XML
<OTA_CancelRQ TransactionIdentifier="12565" CancelType="Cancel" EchoToken="EchoToken" Version="2.0" PrimaryLangID="en" xmlns="http://www.opentravel.org/OTA/2003/05">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
   <UniqueID Type="104" ID="8vchns92ss" ID_Context="basket"/>
</OTA_CancelRQ>
  • No labels