Field | Type | Description |
---|---|---|
id | Int | Id of the company |
name | [Language: String] | Name of the company |
active | Bool | Whether this company is activated |
{
"id": 11,
"name": {
"nl": "...",
"en": "...",
"fr": "..."
},
"active": false
}