/
9.3. CRUISE CANCELLATION IGNORE REQUEST

9.3. CRUISE CANCELLATION IGNORE REQUEST

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.

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.

1...*

<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ota="http://www.opentravel.org/OTA/2003/05"> <soap:Header /> <soap:Body> <ota:GP_SessionID>73954251094.931</ota:GP_SessionID> <ota:OTA_CancelRQ CancelType="Ignore" EchoToken="tok1" PrimaryLangID="en" TransactionIdentifier="12232" Version="2"> <ota:POS> <ota:Source> <ota:RequestorID ID="client" MessagePassword="pwd" Type="22"/> <ota:BookingChannel Type="7" PriceDomain="1"/> </ota:Source> </ota:POS> <ota:UniqueID ID="27584" ID_Context="client" Type="12"/> </ota:OTA_CancelRQ> </soap:Body> </soap:Envelope>