BusinessUnits
Business unit/location configuration.
Fields
| Field | Type | Required | Version | Description |
|---|---|---|---|---|
id |
integer | Yes | 1.1 | Unique business unit identifier |
name |
string | Yes | 1.1 | Business unit name |
customerId |
integer | Yes | 1.1 | Reference to Customer |
Example
{
"id": 10,
"name": "Downtown Restaurant",
"customerId": 12345
}
Example - Multiple Locations
[
{
"id": 10,
"name": "Downtown Restaurant",
"customerId": 12345
},
{
"id": 11,
"name": "Airport Location",
"customerId": 12345
},
{
"id": 12,
"name": "Shopping Mall Kiosk",
"customerId": 12345
}
]
Related Entities
- Customer - Parent customer/tenant
- RevenueUnit - Revenue units within business unit
- Terminal - POS terminals at location
- Table - Tables at location
- Bookings - Bookings at location