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 Current »

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")

Must be "Cancel" for that step.

1...1

RequestedCurrency

For more information see Common Data Description section in Glossary.

0...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.

1...*

 Transfer Cancellation Confirmation Request Sample XML
<OTA_CancelRQ xmlns="http://www.opentravel.org/OTA/2003/05" CancelType="Cancel" EchoToken="EchoToken" TransactionIdentifier="188042" Version="2">
  <POS>
    <Source>
      <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
      <BookingChannel PriceDomain="1" Type="7"/>
    </Source>
  </POS>
  <UniqueID ID="4b4faca6" ID_Context="agent" Type="102"/>
  <UniqueID ID="4faca6" ID_Context="client" Type="102"/>
</OTA_CancelRQ>

  • No labels