BookingAccountCatalogCategory (object)
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account_type* | string | Booking account catalog account type (Kontoart) string
| |||||||||||||||||||||||||||||||||
| accounts* | object[] | array Elemente
| |||||||||||||||||||||||||||||||||
| description | string | — | |||||||||||||||||||||||||||||||||
| id* | integer | — | |||||||||||||||||||||||||||||||||
| name* | string | — | |||||||||||||||||||||||||||||||||
| sort_order* | integer | — |
Beispiel (JSON)
{
"id": 0,
"name": "string",
"description": "string",
"account_type": "expense",
"sort_order": 0,
"accounts": [
{
"id": 0,
"source": "catalog",
"name": "string",
"description": "string",
"account_type": "expense",
"resolved_ledger_number": "string",
"has_skr03": true,
"has_skr04": true,
"is_depreciable": true,
"sort_order": 0
}
]
}