ChainRoomType

Structure

FieldTypeRequiredDescription
idinttrueId of the Chain Room Type
codestringtrueCode of the Chain Room Type
namestringtrueName of the Chain Room Type
descriptionstringtrueDescription of the Chain Room Type
chainRoomTypeGroupIdinttrueId of the RoomTypeGroup
orderinttrueOrder of the Chain Room Type

JSON representation

{
  "id": 1,
  "code": "PR",
  "name": "PR - Promo Room",
  "description": null,
  "chainRoomTypeGroupId": 5,
  "order": 10
 }