Response
ContentType: application/json
{
"api_version": 8,
"booking_cancel_request": {
"api_version": 8,
"partner_hotel_code": "sfssc1",
"reservation_id": "AB0005"
},
"status": "Success",
"cancellation_number": 12345678,
"customer_support": {
"phone_numbers": {
"standard": [
{
"country_code": "1",
"number": "5555555555",
"description": "Support phone line"
}
]
}
}
Properties
| Field | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| api_version | int |
Version of API for this response
|
||||||||||||
| booking_cancel_request | array |
|
||||||||||||
| 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 |
A required object containing the hotel’s customer support contact information for guests.
This must be returned on both successes and failures.
|