/
6.5. RAIL RESERVATION CONFIRMATION REQUEST

6.5. RAIL RESERVATION CONFIRMATION REQUEST

Reservation Confirmation Request is used to confirm the booking of the selected offer. It should always follow after the corresponding "Initiate" request.

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 (“Book”)

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

1..1

 

TransactionIdentifier*

integer

Contains unique transaction identifier received on Reservation Initiate Response.

1..1

<?xml version="1.0" encoding="UTF-8"?> <ota:OTA_RailBookRQ TransactionIdentifier="4350" TransactionStatusCode="Book" EchoToken="12345" Version="2" 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:OTA_RailBookRQ>