Jupiter ERP
Account API

List custom ledger accounts

/api/account/configuration/accounting/account-catalog/custom

GETHTTP
get/api/account/configuration/accounting/account-catalog/custom

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
FeldTypBeschreibung
data*object[]

array

Elemente

FeldTypBeschreibung
account_class*string

string

  • expense
  • revenue
  • asset
  • liability
  • tax_input
  • tax_output
  • person
  • bank
  • depreciation
  • other
booking_account_catalog_category_idintegerPlatform booking account catalog category this custom account belongs to
created_atstring (date-time)Creation timestamp in ISO 8601 format.
idinteger
is_depreciablebooleanWhether positions booked to this account are eligible for depreciation (AfA)
name*string
number*string
parent_classstring
sort_orderinteger
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
Beispiel Response
{
  "data": [
    {
      "id": 0,
      "number": "string",
      "name": "string",
      "account_class": "expense",
      "parent_class": "string",
      "sort_order": 0
    }
  ]
}
CustomLedgerAccounts

Fragen zur Integration?

GET /api/account/configuration/accounting/account-catalog/custom · Jupiter ERP