Response
ContentType: application/json
{
"partner_hotel_code": "sfssc1",
"reservation_id": "AB0006",
"status": "Success",
"cancellation_number": "12345678",
"customer_support": {
"phone_numbers": [
{
"contact": "5555555555",
"description": "Phone"
}
],
"emails": [
{
"contact": "paul.revere@tripadvisor.com",
"description": "Email"
}
],
"urls": [
{
"contact": "http://www.tripadvisor.com",
"description": "Url"
}
]
}
}
Properties
| Field | Type | Description |
|---|---|---|
| partner_hotel_code | string |
Echo the partner_hotel_code in the request by TripAdvisor.
|
| reservation_id | string |
Echo the reservation_id in the request by TripAdvisor.
|
| status | string |
An overall status of the booking. One of the following:
|
| cancellation_number | string |
The associated cancellation number. Required if status is Success or AlreadyCancelled.
|
| customer_support | CustomerSupport |
[Optional]. An object containing the hotel’s customer support contact information for guests. We recommend returning this on both successes and failures. |