Home
Developer Guide
Introduction
About the API
Integrating with the API
FAQ
Get Hotel Information
Information
Examples
List RoomRates (Room + RatePlan)
Information
Examples
Get Availability and Restrictions
Information
Examples
Get Inventory
Information
Examples
Update Availability and Restrictions
Information
Examples
List Rate Plans
Information
Examples
Get Rates
Information
Examples
Update Rates
Information
Examples
Booking Handling (Pull)
Information
Examples
Booking Handling (Push)
Information
Examples
Reference Tables
Warning Validation Codes
Error Validation Codes
Booking Data Structures
## Get Availability and Restrictions Examples Example requests are editable. Click to start editing.
### Data For Hotel 484034 ##### Request ```xml
``` ##### Response ```
```
Top
### No Availability for Hotel 484034 ##### Request ```xml
``` ##### Response ```
```
Top
### No Data for Hotel 484034 ##### Request ```xml
``` ##### Response ```
```
Top
### Wrong Date Format ##### Request ```xml
```
Try it!
##### Response ```
cvc-datatype-valid.1.2.1: '2019/01/01' is not a valid value for 'date'.. Please consult documentation regarding the correct message format at https://channel.despegar.com
```
Top