ListCustomLedgerAccounts200Response (object)
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente
|
Beispiel (JSON)
{
"data": [
{
"id": 0,
"number": "string",
"name": "string",
"account_class": "expense",
"parent_class": "string",
"sort_order": 0
}
]
}