1. Overview
This API document is a guideline that you can use to integrate with ONDA’s system to sell lodging and package products on a sales channel.
The Channel Affiliate APIs are RESTful and support the sales of over 50,000 property products distributed on ONDA GDS.
The expected duration for integration is around two weeks.
2.Supported Features
Manage Contents
- Update property contents
- Update room contents
- Update package contents
Search inventory and rates in real-time
- Search availability in real-time
- Search inventory and rates in real-time
Store inventory and rates
- Cache inventory and rates by date
- Cache lowest price by date
Manage reservations
- Cancellations and refund policy in real-time
- Create reservations
- Search reservations
- Cancel reservations
API List
| API Name | Method | Endpoint - 수정해야함 | Description |
|---|---|---|---|
| Get Property List | GET | Get Property List | Retrieves all properties. |
| Get Property Detail | GET | Get Property Detail | Retrieves detailed information of a specified property. |
| Get Roomtype List | GET | Get Roomtype List | Retrieves a list of room types in a specified property. |
| Get Roomtype Detail | GET | Get Roomtype Detail | Retrieves detailed information of a specified room type. |
| Get Rateplan List | GET | Get Rateplan List | Retrieves a list of package products of a specified room type. |
| Get Rateplan Detail | GET | Get Rateplan Detail | Retrieves detailed information of a specified package product. |
| Search Property | GET | Search Property | Retrieves properties that meet specified conditions. |
| Search Property Detail | GET | Search Property Detail | Retrieves available inventory and rates of specified property. Packages can be retrieved also. |
| Get Inventories | GET | Get Inventories | Retrieves all inventory and rates of specified period of specified property. |
| Get Lowest Price | GET | Get Lowest Price | Retrieves the lowest rates by date for a specified property. |
| Cancellation & Refund Policy before reservation | GET | Cancellation & Refund Policy before reservation | Retrieves cancellation & refund policy before reservation. |
| Create Reservation | POST | Create Reservation | Create reservation. |
| Check Reservation | GET | Check Reservation | Retrieves the created reservation. |
| Cancel Reservation | PUT | Cancel Reservation | Cancel reservation. |