Jupiter ERP
Account API

BookingAccountCatalogCategory

Fields, types, and references to other models.

BookingAccountCatalogCategory (object)

FieldTypeDescription
account_type*stringBooking account catalog account type (Kontoart)

string

  • expense
  • revenue
  • tax
  • other
accounts*object[]

array

Elements

FieldTypeDescription
account_type*stringBooking account catalog account type (Kontoart)

string

  • expense
  • revenue
  • tax
  • other
descriptionstring
has_skr03*boolean
has_skr04*boolean
id*integer
is_depreciable*booleanWhether positions booked to this account are eligible for depreciation (AfA)
name*string
resolved_ledger_numberstringLedger account number for the account's active chart of accounts
sort_order*integer
sourcestringOrigin of a booking account selection

string

  • catalog
  • custom
  • manual
descriptionstring
id*integer
name*string
sort_order*integer
Example (JSON)
{
  "id": 0,
  "name": "string",
  "description": "string",
  "account_type": "expense",
  "sort_order": 0,
  "accounts": [
    {
      "id": 0,
      "source": "catalog",
      "name": "string",
      "description": "string",
      "account_type": "expense",
      "resolved_ledger_number": "string",
      "has_skr03": true,
      "has_skr04": true,
      "is_depreciable": true,
      "sort_order": 0
    }
  ]
}
Schema BookingAccountCatalogCategory · Jupiter ERP