Beispielanfrage
GET https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Antworten
200OK
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente
|
Beispiel Response
{
"data": [
{
"id": 0,
"number": "string",
"name": "string",
"account_class": "expense",
"parent_class": "string",
"sort_order": 0
}
]
}CustomLedgerAccounts