RoomSituationType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Identification of the RoomSituationType |
code | string | true | Code of the RoomSituationType |
name | string | true | Name of the RoomSituationType |
JSON representation
{ "id": 1, "code": "EM", "name": "Empty" }