Jupiter ERP
Account API

AccountingBookingAccount

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

AccountingBookingAccount (object)

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

FieldTypeDescription
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
Example (JSON)
{
  "role": "receivables",
  "number": "string",
  "name": "string"
}
Schema AccountingBookingAccount · Jupiter ERP