This message should be used by the Client system to post a request to read information about a confirmed or canceled reservation from Hotel Trader for the specified reservation. This API allows clients to fetch the reservation details using:
- HT Confirmation Code
- Client Confirmation Code
XML Description
OTA_HotelReadResRQ with HT Confirmation Code
Parameter |
Data Type |
Mandatory? |
Number of occurrences |
Description |
xmlns |
URL |
Yes |
1 |
- |
EchoToken |
String |
Yes |
- |
|
TimeStamp |
- |
Yes |
1 |
- |
Version |
- |
Yes |
1 |
- |
HtConfirmationCode |
Object |
Yes |
1 |
See below |
HtConfirmationCode
Parameter |
Data Type |
Mandatory? |
Number of occurrences |
Description |
HtConfirmationCode |
Object |
Yes |
1 |
The Hotel Trader Confirmation Code, used at the time of making the reservation that you want to get details of. |
Example: Request to find reservation using HT Confirmation Code
OTA_HotelReadResRQ with Client Confirmation Code
Parameter |
Data Type |
Mandatory? |
Number of occurrences |
Description |
xmlns |
URL |
Yes |
1 |
- |
EchoToken |
String |
Yes |
- |
|
TimeStamp |
- |
Yes |
1 |
- |
Version |
- |
Yes |
1 |
- |
ClientConfirmationCode |
Object |
Yes |
1 |
See below |
ClientConfirmationCode
Parameter |
Data Type |
Mandatory? |
Number of occurrences |
Description |
ClientConfirmationCode |
Object |
Yes |
1 |
The Client Confirmation Code, that was provided at the time of making the reservation of which you want to get details. |
Example: Request to find reservation using Client Confirmation Code
Response
An OTA_HotelReadResRS is returned in case of success and error. See here for more details.