RoomSituationType

Structure

FieldTypeRequiredDescription
idint trueIdentification of the RoomSituationType
codestringtrueCode of the RoomSituationType
namestringtrueName of the RoomSituationType

JSON representation

{
	"id": 1,
	"code": "EM",
	"name": "Empty"
}