Jupiter ERP
Account API

CustomLedgerAccount

Felder, Typen und Verweise auf andere Modelle.

CustomLedgerAccount (object)

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 (JSON)
{
  "id": 0,
  "number": "string",
  "name": "string",
  "account_class": "expense",
  "parent_class": "string",
  "sort_order": 0
}
Schema CustomLedgerAccount · Jupiter ERP