Skip to main content

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 in ko-kr under i18n.
  • Code-based fields such as roomtype_tags, amenity_tags, and view_tags accept only codes obtained from the code catalog.
  • Availability is managed per room type, so the id created here becomes the key for subsequent availability pushes.
  • Calling again with an existing id returns 409.

Request

Responsesapplication/json

Creation result