Jupiter ERP
Account API

AccountAccountingConfiguration

Felder, Typen und Verweise auf andere Modelle.

AccountAccountingConfiguration (object)

FeldTypBeschreibung
booking_accountsobject[]

array

Elemente

Semantic DATEV booking role mapped to a ledger account from the active chart (SKR + custom accounts).

FeldTypBeschreibung
namestringResolved account label from the kontenrahmen (read-only on save).
number*stringLedger account number from the kontenrahmen (SKR standard or custom account).
role*stringSemantic ledger role for DATEV export account mapping. Roles marked for future use (expense_*) are reserved for upcoming expense receipts (Kostenbelege).

string

  • receivables
  • payables
  • revenue_standard
  • revenue_reduced
  • vat_output_standard
  • vat_output_reduced
  • dunning_fee_revenue
  • expense_general
  • expense_payables
  • vat_input_standard
  • vat_input_reduced
chart_of_accountsstring
created_atstring (date-time)
custom_ledger_accountsobject[]

array

Elemente

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.
datev_advisor_numberstring
datev_booking_methodstringDefault DATEV booking method (automatic = gross lines via automatic accounts/Vorsteuer key, tax_split = explicit net + VAT lines).

string

  • automatic
  • tax_split
datev_client_numberstring
export_amount_formatstringNumber format for monetary values in CSV exports (cents = integer smallest currency unit, decimal = major currency unit with decimal separator).

string

  • cents
  • decimal
export_decimal_separatorstringDecimal separator when export_amount_format is decimal (comma = 12,34, dot = 12.34).

string

  • comma
  • dot
fiscal_year_startstring (date)
profit_determinationstring
tax_advisor_emailstring (email)Default email address of the tax advisor for sending accounting exports.
tax_office_namestring
tax_office_nrstring
taxation_typestring
updated_atstring (date-time)
vat_return_frequencystring
Beispiel (JSON)
{
  "tax_office_nr": "string",
  "tax_office_name": "string",
  "taxation_type": "string",
  "vat_return_frequency": "string",
  "fiscal_year_start": "2026-01-15",
  "profit_determination": "string"
}
Schema AccountAccountingConfiguration · Jupiter ERP