Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Room. |
code | string | true | Code of the Room |
name | string | true | Name of the Room |
JSON representation
{ "id": 1, "code": "101", "name": "Room 101" }
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Room. |
code | string | true | Code of the Room |
name | string | true | Name of the Room |
{ "id": 1, "code": "101", "name": "Room 101" }