BookingAccountCatalogAccount (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| account_type* | string | Booking account catalog account type (Kontoart) string
|
| description | string | — |
| has_skr03* | boolean | — |
| has_skr04* | boolean | — |
| id* | integer | — |
| is_depreciable* | boolean | Whether positions booked to this account are eligible for depreciation (AfA) |
| name* | string | — |
| resolved_ledger_number | string | Ledger account number for the account's active chart of accounts |
| sort_order* | integer | — |
| source | string | Origin of a booking account selection string
|
Beispiel (JSON)
{
"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
}