Property Creation
Receive property information from vendors and create properties in ONDA.
ONDA calls the vendor to retrieve and store the information.
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
| API | Method | Description |
|---|---|---|
| Get Property List | GET | Retrieve all property list from vendor |
| Get Property Detail | GET | Retrieve detailed information of a specific property |
Provide basic property information (name, address, contact, amenities, etc.) to ONDA.
2. Retrieve Room Types and Rate Plans
| API | Method | Description |
|---|---|---|
| Get Roomtype List | GET | Retrieve room type list of a property |
| Get Roomtype Detail | GET | Retrieve 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
| API | Method | Description |
|---|---|---|
| Get Avails | GET | Retrieve available inventory information for rooms |
| Get Rates | GET | Retrieve 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.