https://partner-site.com/api_implementation/booking_verify?partner_hotel_code=sfssc1&reference_id=766588a634734cc8b60dd6a66b2561c4&reservation_id=AB0005
Name | Description |
---|---|
partner_hotel_code |
The partner specific code for the hotel.
|
reservation_id |
Unique partner identifier for the reservation.
|
reference_id |
Tripadvisor identifier for the booking session. Please note, this id may not be unique and should not be stored as a Tripadvisor “confirmation” id.
|
See /booking_submit example response
Field | Type | Description |
---|---|---|
api_version | int |
The version of the API of this request.
|
problems | Problem array |
An array of problems that occurred.
|
reference_id | string |
Echo the reference_id requested by Tripadvisor in the request. If the request fails (timeout or otherwise), Tripadvisor should be able to use this id in a booking_verify request to determine if the call was successful or not.
|
status | string |
An overall status of the booking request. One of the following:
|
reservation | Reservation |
An object containing details associated with the reservation (receipt, date of stay, guests, etc.). Returned only if the booking is successfully made.
|
customer_support | CustomerSupport |
A required object containing the hotel’s customer support contact information for guests.
This must be returned on both successes and failures.
|