/
7.1. RAIL BOOKING RETRIEVAL REQUEST

7.1. RAIL BOOKING RETRIEVAL REQUEST

Booking Retrieval Quote Request allows you to get information about the already made booking in GP Travel HUB system.

Note: Booking retrieval works with bookings that were confirmed, rejected, or canceled on the supplier server.

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

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

1..1

RailReservations*

 

 

Contains information about reservations to be booked.

1..1

RailReservations/RailReservation*

 

 

For more information see Reservation Initiate Request section.

1..1

<?xml version="1.0" encoding="UTF-8"?> <ota:OTA_RailBookRQ TransactionStatusCode="Quote" 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:RailReservations> <ota:RailReservation> <ota:RailReservationIDs> <ota:RailReservationID ResID_Value="23445t6" ResID_Source="client" /> </ota:RailReservationIDs> </ota:RailReservation> </ota:RailReservations> </ota:OTA_RailBookRQ>