BusinessUnits
Business unit represents a legal/organizational entity within a customer. Typically maps to a company or brand within a group.
Storage Location
{customer_id}-business_unit.jsonFields
| Field | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Unique business unit identifier. |
name | string | Yes | Business unit name. |
customer_id | integer | Yes | Reference to Customer. |
Example
json
{
"id": 12500,
"customer_id": 10352,
"name": "Brød Bakerne AS (Kanelsnurren, Brød Bakerne)"
}Example - Multiple Business Units
json
[
{
"id": 12500,
"customer_id": 10352,
"name": "Brød Bakerne AS (Kanelsnurren, Brød Bakerne)"
},
{
"id": 12721,
"customer_id": 10352,
"name": "Brød Bakerne AS (Steam)"
},
{
"id": 12720,
"customer_id": 10352,
"name": "Mjøl "
},
{
"id": 12660,
"customer_id": 10352,
"name": "Encore Norge AS"
}
]Related Entities
- Customers - Parent customer/tenant
- Installations - Physical locations within business unit
- Terminals - POS terminals reference business unit