Jupiter ERP
Account API

Get custom ledger account

/api/account/configuration/accounting/account-catalog/custom/{id}

GETHTTP
get/api/account/configuration/accounting/account-catalog/custom/{id}

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom/example-id

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/configuration/accounting/account-catalog/custom/example-id' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameter

NameInPflichtBeschreibung
idpathja

Antworten

200OK
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
{
  "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/{id} · Jupiter ERP