AccountingBookingAccount (object)
Semantic DATEV booking role mapped to a ledger account from the active chart (SKR + custom accounts).
| Field | Type | Description |
|---|---|---|
| name | string | Resolved account label from the kontenrahmen (read-only on save). |
| number* | string | Ledger account number from the kontenrahmen (SKR standard or custom account). |
| role* | string | Semantic ledger role for DATEV export account mapping.
Roles marked for future use (expense_*) are reserved for upcoming expense receipts (Kostenbelege).
string
|
Example (JSON)
{
"role": "receivables",
"number": "string",
"name": "string"
}