Jupiter ERP
Account API

ListBookingAccountCatalog200Response

Felder, Typen und Verweise auf andere Modelle.

ListBookingAccountCatalog200Response (object)

FeldTypBeschreibung
account_types*object[]

array

Elemente

FeldTypBeschreibung
account_type*stringBooking account catalog account type (Kontoart)

string

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

array

Elemente

FeldTypBeschreibung
account_type*stringBooking account catalog account type (Kontoart)

string

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

array

Elemente

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
descriptionstring
id*integer
name*string
sort_order*integer
chart_of_accounts*string

string

  • deu-skr03
  • deu-skr04
Beispiel (JSON)
{
  "chart_of_accounts": "deu-skr03",
  "account_types": [
    {
      "account_type": "expense",
      "categories": [
        {
          "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 ListBookingAccountCatalog200Response · Jupiter ERP