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 Rate Examples Example requests are editable. Click to start editing.
### Get Rates for Rate Plan 12 for Hotel 484034 ##### Request ```xml
``` ##### Response ```
Standard rate
```
Top
### Wrong Dates ##### Request ```xml
``` ##### Response ```
cvc-datatype-valid.1.2.1: '2019/01/03' is not a valid value for 'date'.. Please consult documentation regarding the correct message format at https://channel.despegar.com
```
Top
### Missing Rate Plan Code ##### Request ```xml
``` ##### Response ```
Required field missing
```
Top