BookingAccountCatalogAccountTypeGroup (object)
| Feld | Typ | Beschreibung | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account_type* | string | Booking account catalog account type (Kontoart) string
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| categories* | object[] | array Elemente
|
Beispiel (JSON)
{
"account_type": "expense",
"categories": [
{
"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
}
]
}
]
}