Customers
Customer/tenant data - the top-level organizational entity.
Fields
| Field | Type | Required | Version | Description |
|---|---|---|---|---|
id |
integer | Yes | 1.0 | Unique customer identifier |
name |
string | Yes | 1.0 | Customer/organization name |
orgNumber |
string | No | 1.0 | Organization number |
country |
string | No | 1.0 | Country code (ISO 3166-1) |
currency |
string | No | 1.0 | Default currency (ISO 4217) |
timezone |
string | No | 1.0 | Default timezone |
created_at |
date | No | 1.0 | Customer creation timestamp |
active |
boolean | No | 1.0 | Customer active status |
Example
{
"id": 12345,
"name": "Restaurant Group AS",
"orgNumber": "123456789",
"country": "NO",
"currency": "NOK",
"timezone": "Europe/Oslo",
"created_at": "2020-01-15T10:00:00Z",
"active": true
}
Related Entities
- BusinessUnit - Business units/locations
- RevenueUnit - Revenue units
- Orders - Sales orders
- Articles - Product catalog
- Accounts - Account/ledger setup
- All other entities reference Customer