Create Property
POST/gds/vendor/properties
- Creates a vendor property in ONDA. Room types, rate plan models, and rate plans are all created beneath this property, making this the first step of content integration.
id(the vendor property ID) is required, and the property name goes inko-krunderi18n.- Code-based fields such as
classifications,property_tags, andfacility_tagsaccept only codes obtained from the code catalog. settings.extra_adult_priceis the property's default extra adult charge (integer KRW) and applies to channels that price by occupancy.- Calling again with an existing
idreturns409. Use Update Property to change an existing property.
Request
Responsesapplication/json
- 200
- 400
- 401
- 403
- 404
- 409
Creation result
Bad Request (identifier mismatch between path and body, etc.)
Unauthorized
Forbidden
Not Found
Conflict (id already exists)