Room Type

Room Type represents an accommodation inventory at your property. A villa, room or bed at a hostel dormitory can be a Room Type.

Availability of all rooms created will be defaulted to 0, to set availability you will need to use the

Creates a new room type

post
Authorizations
api-tokenstringRequired
Body
property_idinteger · int64Required
namestring · min: 1Required

Must be unique

Example: Standard room
short_namestringRequired

Must be unique

Example: STD
size_in_metersinteger · int32Required
view_typestring · enumOptionalPossible values:
room_numbers_countinteger · int32RequiredExample: 1
main_places_countinteger · int32Required
Responses
200

SUCCESSFUL

application/json
post
/api/external/v0/room-type/create

Last updated