Example request
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'Responses
200OK
| Field | Type | Description | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elements
|
Example response
{
"data": [
{
"id": 0,
"number": "string",
"name": "string",
"account_class": "expense",
"parent_class": "string",
"sort_order": 0
}
]
}CustomLedgerAccounts