Information Updates
Update property information in ONDA that has been changed by the vendor.
There are two ways to manage changed property information.
Sync: ONDA calls the vendor
- ONDA calls the vendor at scheduled times to update changed property information in ONDA. Since synchronization is performed at scheduled times, updates are not reflected immediately.
Push: Vendor calls ONDA
- Whenever vendors change property information, they send the changed information to ONDA.
- For property/room type and rate plan status and inventory/rates/business days, which change more frequently compared to content information, we recommend integrating the Push method as well.
Sync
ONDA calls the vendor at scheduled times to perform periodic synchronization.
The schedule is determined through consultation. Examples: Once daily at 5 AM, every 30 minutes past the hour, etc.
Responds with only changed information compared to existing information based on the lastdate parameter.
- Status information: "status"
- Content information: All values except "status"
- Inventory/rate information: All values
- (Business day information: Only uses Push method.)
Retrieve Changed Property / Room Type and Rate Plan Status & Content
| API | Method | Description |
|---|---|---|
| Get Updated Property List | GET | Retrieve changed property list |
| Get Updated Roomtype List | GET | Retrieve changed room type and rate plan list |
Retrieve Changed Inventory / Rates / Business Days
| API | Method | Description |
|---|---|---|
| Get Updated Avails | GET | Retrieve changed inventory information |
| Get Updated Rates | GET | Retrieve changed rate information |
Push
Vendors immediately push changed information to ONDA whenever property information is changed. *Content does not support Push method.
Changed information can be reflected in ONDA without waiting for synchronization.
Integrating the Push method can reduce reservation failure rates compared to the Sync method.
Send Changed Property / Room Type / Rate Plan Status
When property / room type / rate plan is disabled or deleted, please respond with all status items in the response as disabled.
| API | Method | Description |
|---|---|---|
| Update Property Status | PATCH | Send property status changes |
| Update Roomtype Status | PATCH | Send room type status changes |
| Update Rateplan Status | PATCH | Send rate plan status changes |
Send Changed Inventory / Rates / Business Days
| API | Method | Description |
|---|---|---|
| Push Setting Avails | POST | Send inventory information |
| Push Setting Rates | POST | Send rate information |
| Push Setting Business-days | POST | Send business day information |