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
## Booking Handling (Push) Examples These examples cannot be tested in the sandbox environment, but show the different message types that your endpoint may receive.
### New Prepaid Reservation ##### Request ```xml
VI
María Eugenia Perez Lopez
4242424242424242
123
VBE
Héloïse Łukasz
Łódź
```
Top
### New Cash Reservation ##### Request ```xml
VBE
Iñaki
Güemez Núñez
```
Top
### Modified Reservation with Guest Credit Card ##### Request ```xml
VI
María Eugenia Perez Lopez
4242424242424242
123
VBE
Iñaki
Güemez Núñez
```
Top
### Canceled Reservation ##### Request ```xml
```
Top