Skip to main content

Property Creation

Receive property information from vendors and create properties in ONDA.

ONDA calls the vendor to retrieve and store the information.

Image Copyright and Legal Liability

All images synchronized from vendors to ONDA are stored in ONDA and must be free from legal or copyright issues. Additionally, if property or room photos contain people, listing on some channels may not be possible.

Property Creation Process

To create a property, information must be provided in the following order:

1. Retrieve Property Information


APIMethodDescription
Get Property ListGETRetrieve all property list from vendor
Get Property DetailGETRetrieve detailed information of a specific property

Provide basic property information (name, address, contact, amenities, etc.) to ONDA.

2. Retrieve Room Types and Rate Plans


APIMethodDescription
Get Roomtype ListGETRetrieve room type list of a property
Get Roomtype DetailGETRetrieve detailed information of a specific room type

Provide information by room type (room name, maximum occupancy, bed information, amenities, etc.) and rate plans.

3. Retrieve Inventory / Rates


APIMethodDescription
Get AvailsGETRetrieve available inventory information for rooms
Get RatesGETRetrieve rate information for rooms

Provide inventory quantity and sale price information by date.

Integration Flow

Key Considerations

Required Information

Information that must be provided to create a property:

  • Basic Property Information: Name, address, contact, check-in/check-out time
  • Room Information: Room name, standard/maximum occupancy, bed type and quantity
  • Rate Plans: At least one sellable rate plan
  • Inventory: Available inventory quantity by date
  • Rates: Sale price by date

Image Guidelines

  • High-resolution images recommended (minimum 800x600px)
  • Supported formats: JPG, PNG
  • Minimum 10 property representative images recommended
  • Minimum 5 images per room type recommended
  • Avoid photos containing people (listing restrictions on some channels)

Data Consistency

  • Synchronize with real-time information from vendor system
  • Inventory/rate information must be kept up to date
  • Room types and rate plans must be reflected immediately when changed

Next Steps

Once property creation is complete, you can update and manage information through Property Management.

For reservation integration, refer to the Reservation API documentation.