/
10.3. RAIL CANCELLATION IGNORE REQUEST

10.3. RAIL CANCELLATION IGNORE REQUEST

Cancellation Ignore Request is used to roll back 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.

 

<?xml version="1.0" encoding="UTF-8"?> <ota:OTA_CancelRQ Version="2" TransactionIdentifier="123" CancelType="Ignore" EchoToken="123" PrimaryLangID="en" xmlns:ota="http://www.opentravel.org/OTA/2003/05"> <ota:POS> <ota:Source> <ota:RequestorID ID="client" MessagePassword="pwd" Type="22"/> <ota:BookingChannel Type="7" PriceDomain="1"/> </ota:Source> </ota:POS> <ota:UniqueID Type="108" ID="ol1" ID_Context="client"/> </ota:OTA_CancelRQ>