TableGroups
Table group/zone configuration.
Fields
| Field | Type | Required | Version | Description |
|---|---|---|---|---|
id |
integer | Yes | 1.0 | Unique table group identifier |
name |
string | No | 1.0 | Table group name |
businessUnitId |
integer | Yes | 1.0 | Reference to BusinessUnit |
customerId |
integer | Yes | 1.0 | Reference to Customer |
Example
{
"id": 1,
"name": "Indoor",
"businessUnitId": 10,
"customerId": 12345
}
Example - Multiple Groups
[
{
"id": 1,
"name": "Indoor",
"businessUnitId": 10,
"customerId": 12345
},
{
"id": 2,
"name": "Bar Area",
"businessUnitId": 10,
"customerId": 12345
},
{
"id": 3,
"name": "Terrace",
"businessUnitId": 10,
"customerId": 12345
},
{
"id": 4,
"name": "Private Room",
"businessUnitId": 10,
"customerId": 12345
}
]
Related Entities
- Customer - Parent customer/tenant
- BusinessUnit - Parent business unit/location
- Table - Tables in group