Create Room Type
POST/gds/vendor/properties/:vendor_property_id/roomtypes
- Creates a room type beneath a property. The property must exist first.
id(the vendor room type ID) is required, and the room name goes inko-krunderi18n.- Code-based fields such as
roomtype_tags,amenity_tags, andview_tagsaccept only codes obtained from the code catalog. - Availability is managed per room type, so the
idcreated here becomes the key for subsequent availability pushes. - Calling again with an existing
idreturns409.
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)