/
8.1. HOTEL BOOKING RETRIEVAL QUOTE REQUEST

8.1. HOTEL BOOKING RETRIEVAL QUOTE REQUEST

Booking Retrieval Quote Request allows you to get information about the already made booking in GP Travel HUB system. To get this information you should have GP Hub reservation ID (either “client“ for single room booking or “basket” for multi-room booking)

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

OTA_HotelResRQ:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Element

Attribute

Type

Description

Min…Max occurs

 

ResStatus*

string ("Quote")

Must be always "Quote" for that step.

1...1

HotelReservations/ HotelReservation

 

 

Basket of separate room reservations, each of it defines a specific reservation with a unique client's ResID_Value.

After first HotelReservation block comes another (second, third etc). 

0...*

HotelReservations/ HotelReservation/ ResGlobalInfo/ HotelReservationIDs/ HotelReservationID*

 

 

For more information see Reservation Initiate Request section.

1...10

HotelReservations/ HotelReservationIDs/ HotelReservationID

 

 

The same client/agent reservation ID that has been sent in Reservation Initiate Request. For multi-room booking is mandatory, it defines a unique basket identifier within all separate room reservations.

0...1

 

ResID_Source*

string ("basket", “hotel“)

Has value "basket" for the whole list of room reservations, value “hotel“ if ResID_Value comes from a hotel.

Note: “hotel” value functionality supported for limited suppliers. Please check with GP Travel HUB development if you are interested in specific supplier.

1...1

 

ResID_Value*

string

A unique identifier of a separate multi-room reservation (basket), reference from the hotel (hotel).

1...1

<OTA_HotelResRQ ResStatus="Quote" EchoToken="EchoToken" PrimaryLangID="en" Version="2"> <POS> <Source> <RequestorID ID="client" MessagePassword="pwd" Type="22"/> <BookingChannel Type="7" PriceDomain="1"/> </Source> </POS> <HotelReservations> <HotelReservation> <ResGlobalInfo> <HotelReservationIDs> <HotelReservationID ResID_Source="client" ResID_Value="264888"/> </HotelReservationIDs> </ResGlobalInfo> </HotelReservation> </HotelReservations> </OTA_HotelResRQ>
<OTA_HotelResRQ EchoToken="EchoToken" PrimaryLangID="hj" ResStatus="Quote" Version="2" xmlns="http://www.opentravel.org/OTA/2003/05"> <POS> <Source> <RequestorID ID="client" MessagePassword="pwd" Type="22"/> <BookingChannel Type="7"/> </Source> </POS> <HotelReservations> <HotelReservationIDs> <HotelReservationID ResID_Source="basket" ResID_Value="tourb001"/> </HotelReservationIDs> </HotelReservations> </OTA_HotelResRQ>

 

Related content

7.2. HOTEL RESERVATION INITIATE RESPONSE
7.2. HOTEL RESERVATION INITIATE RESPONSE
More like this
7.6. HOTEL RESERVATION CONFIRMATION RESPONSE
7.6. HOTEL RESERVATION CONFIRMATION RESPONSE
More like this
12. ERROR HANDLING
Read with this
7.5. HOTEL RESERVATION CONFIRMATION REQUEST
7.5. HOTEL RESERVATION CONFIRMATION REQUEST
More like this
11.2. HOTEL CANCELLATION INITIATE RESPONSE
11.2. HOTEL CANCELLATION INITIATE RESPONSE
Read with this
7.1. HOTEL RESERVATION INITIATE REQUEST
7.1. HOTEL RESERVATION INITIATE REQUEST
More like this