/
7.3. CRUISE RESERVATION IGNORE REQUEST

7.3. CRUISE RESERVATION IGNORE REQUEST

Reservation Ignore Request allows to rollback initial booking request that was reserved on the "Initiate" stage.

OTA_CruiseBookRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Element

Attribute

Type

Description

Min…Max occurs

 

 

PrimaryLangID

 

For more information see Common Data Description section in Glossary.

0...1

TransactionStatusCode*

"Ignore"

Status of the current reservation. Must be always "Ignore" for that step.

1...1

TransactionIdentifier*

string (1 - 32)

Unique transaction ID generated by GP Travel HUB on Reservation Initiate Response.

1...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_CruiseBookRQ EchoToken="tok" Version="2.0" TransactionIdentifier="1234" TransactionStatusCode="Ignore"> <ota:POS> <ota:Source> <ota:RequestorID ID="cla" MessagePassword="pwa" Type="22"/> <ota:BookingChannel Type="7"/> </ota:Source> </ota:POS> </ota:OTA_CruiseBookRQ> </soap:Body> </soap:Envelope>