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 Initiate Request is sent before actual cancellation to check possibility of booking cancellation. This is not real cancellation yet, but just a quote.

OTA_CancelRQ*

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

CancelType*

string ("Initiate")

Must be "Initiate" for that step.

1...1

RequestedCurrency

For more information see Common Data Description section in Glossary.

0...1

PrimaryLangID

For more information see Common Data Description section in Glossary.

0...1

UniqueID*

1...*

ID*

string

Should be the value of ResID_Value attribute from ExcursionReservationID element where ResID_Source="client".

1...1

ID_Context*

string ("client", "supplier")

"Client" - in case of cancelling one excursion reservation.

“Supplier” - booking reference number from supplier system.

1...1

Type*

integer (101)

Must always be "101".

1...1

 Excursion Cancellation Initiate Request Sample XML
<OTA_CancelRQ CancelType="Initiate" PrimaryLangID="en" EchoToken="EchoToken" Version="2">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7"/>
      </Source>
   </POS>
   <UniqueID Type="101" ID="hjo8dfg" ID_Context="agent"/>
   <UniqueID Type="101" ID="34rf4g3frre45" ID_Context="client"/>
</OTA_CancelRQ>
  • No labels