Jupiter ERP
Account API

ListCustomLedgerAccounts200Response

Fields, types, and references to other models.

ListCustomLedgerAccounts200Response (object)

FieldTypeDescription
data*object[]

array

Elements

FieldTypeDescription
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.
Example (JSON)
{
  "data": [
    {
      "id": 0,
      "number": "string",
      "name": "string",
      "account_class": "expense",
      "parent_class": "string",
      "sort_order": 0
    }
  ]
}
Schema ListCustomLedgerAccounts200Response · Jupiter ERP