/
6.3. RAIL RESERVATION IGNORE REQUEST

6.3. RAIL RESERVATION IGNORE REQUEST

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

OTA_RailBookRQ*:

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

1..1

 

TransactionStatusCode*

string (“Initiate”)

Indicates type of request. Must always be “Ignore” for that step.

1..1

 

TransactionIdentifier*

integer

Contains unique transaction identifier.

1..1

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