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
## Update Rate Examples Example requests are editable. Click to start editing.
### For Hotel 484034 This hotel has pricing type "per person, per night" and includes taxes. ##### Request ```xml
``` ##### Response ```
```
Top
### Wrong Change Type Since this hotel has pricing type "per room, per night", charge type "21" should be specified. ##### Request ```xml
``` ##### Response ```
The charge type used in ratePlan: 57 is incorrect. Please check this is in /v1/hotels/hotel-info/get or the extranet
```
Top
### Wrong Currency ##### Request ```xml
``` ##### Response ```
The currency used in ratePlan: 12 is incorrect. You are trying to change rates with a different currency. Please check this is in /v1/hotels/rate-plans/list or the extranet
```
Top
### Invalid Update Since Rate Plan is Linked ##### Request ```xml
``` ##### Response ```
The ratePlan: 58 is a rate plan link and it does not allow to update rates. Use the linkedRatePlan to do this. Please check this is in /v1/hotels/rate-plans/list or the extranet
```
Top