Jupiter ERP
Account API

BookingAccountCatalogAccount

Felder, Typen und Verweise auf andere Modelle.

BookingAccountCatalogAccount (object)

FeldTypBeschreibung
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
Beispiel (JSON)
{
  "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 BookingAccountCatalogAccount · Jupiter ERP