ChainRoomTypeGroup

Structure

FieldTypeRequiredDescription
idinttrueId of the Chain Room Type Group
codestringtrueCode of the Chain Room Type Group
namestringtrueName of the Chain Room Type Group
activebooleantrueStatus of the Chain Room Type Group

JSON representation

{
  "id" : 1,
  "code" : "STD",
  "name" : "Standard",
  "active" : true
}