Skip to main content

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.

Information Change Determination Fields
  • 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


APIMethodDescription
Get Updated Property ListGETRetrieve changed property list
Get Updated Roomtype ListGETRetrieve changed room type and rate plan list

Retrieve Changed Inventory / Rates / Business Days


APIMethodDescription
Get Updated AvailsGETRetrieve changed inventory information
Get Updated RatesGETRetrieve 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

Reference

When property / room type / rate plan is disabled or deleted, please respond with all status items in the response as disabled.


APIMethodDescription
Update Property StatusPATCHSend property status changes
Update Roomtype StatusPATCHSend room type status changes
Update Rateplan StatusPATCHSend rate plan status changes

Send Changed Inventory / Rates / Business Days


APIMethodDescription
Push Setting AvailsPOSTSend inventory information
Push Setting RatesPOSTSend rate information
Push Setting Business-daysPOSTSend business day information