ListBookingAccountCatalog200Response (object)
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account_types* | object[] | array Elemente
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| chart_of_accounts* | string | string
|
Beispiel (JSON)
{
"chart_of_accounts": "deu-skr03",
"account_types": [
{
"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
}
]
}
]
}
]
}