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