7.5. HOTEL 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_HotelResRQ*:
*mandatory
Element | Attribute | Type | Description | Min…Max occurs |
---|---|---|---|---|
|
| For more information see Common Data Description section in Glossary. | 1...1 | |
ResStatus* | string ("Book") | Must be "Book" for that step. | 1…1 | |
TransactionIdentifier* | string | Unique ID of transaction. This attribute must have the same value as in Reservation Initiate Response. | 1…1 | |
|
| 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). Important note: If in HotelAvail search a client sends a request to search for several rooms within the same guest set (for example for 2 same guest sets Quantity=2), then for every guest set a separate HotelReservation block should be configured, with unique ResGuestRPH and client ResID_Value. | 1…* | |
HotelReservations/ HotelReservationIDs/ HotelReservationID |
|
| A mandatory tag for multi-room booking, that defines a unique basket identifier within all separate room reservations. This element can not be used for a single booking. | 0...1 |
ResID_Source | string ("basket") | Allows to pass client (agent) booking reference that is generated by application connecting to GP Travel HUB for identification of each booking. Has value "basket" for the whole list of room reservations. | 1...1 | |
ResID_Value | string | A unique identifier of a separate multi-room reservation (basket). | 1...1 |
OTA_HotelResRQ/HotelReservations/HotelReservation*:
Element | Attribute | Type | Description | Min…Max occurs |
---|---|---|---|---|
|
| Represents room offer in a certain hotel. | 1…1 | |
|
| For more information see Reservation Initiate Request section. | 1...* | |
|
| For more information see Reservation Initiate Request section. | 1...1 |
OTA_HotelResRQ/HotelReservations/HotelReservation/RoomStays/RoomStay*:
Element | Attribute | Type | Description | Min…Max occurs |
---|---|---|---|---|
RoomRates/RoomRate* |
|
| Describes the offer to book. | 1…* |
InvBlockCode* | string (default - 1) | A room identifier. Must start from 1 and must be unique within booking. Together with ResGuestRPH this element allows to allocate passengers in rooms. It must be "1" in current implementation. For multi-room reservation InvBlockCode increments within next room reservation. | 1...1 | |
BookingCode* | string | Must be taken from Reservation Initiate Response. Please note: BookingCode may change between Availability response and Reservation Initiate Response (it is supplier specific). | 1...1 | |
NumberOfUnits* | integer (1) | Always has fixed value =1. | 1...1 | |
|
| Contains information about particular service. | 0...* | |
|
| For more information see Common Data Description section in Glossary. |
|
OTA_HotelResRQ/HotelReservations/HotelReservation/RoomStays/RoomStay/RoomRates/RoomRate/Services/Service:
Element | Attribute | Type | Description | Min…Max occurs |
---|---|---|---|---|
| ServiceRPH* | string 1 - 32 | Unique service ID from Reservation Initiate Response. | 1...1 |
Inclusive | boolean (default - false) | Identifies whether the price for this service is included in the room rate. Possible values: No (false), and Yes (true). | 0...1 | |
IsPerRoom | boolean (default - false) | Identifies if the service applied per room (true) or per person (false). | 0...1 | |
| For more information see Common Data Description section in Glossary. | 1...1 | ||
RequiredInd | boolean (default - false) | Specifies whether the service is mandatory for the client or not. | 0...1 | |
GuestUniqueId |
|
| Refers to ResGuest/ProfileInfo/UniqueID/@ID and specified the traveler which the service should be assigned to. The GuestUniqueId is only necessary when the Service/@IsPerRoom="false" in Hotel Availability Response. | 0...99 |
Id* | integer (1 - 999) | 1...1 | ||
ServiceDetails/TimeSpan |
|
| If specified then it means that user would like to check in or/and check out at time that differs from established by hotel. | 0...1 |
Start | hh-mm-ss | Specifies the time of EarlyCheckIn. | 0...1 | |
End | hh-mm-ss | Specifies the time of LateCheckOut. | 0...1 |