Jupiter ERP
Account API

AccountConfiguration

Felder, Typen und Verweise auf andere Modelle.

AccountConfiguration (object)

FeldTypBeschreibung
created_atstring (date-time)
currency_codestring3 Letter currency code
currency_formatstring

string

  • code_value
  • value_code
  • symbol_value
  • value_symbol
default_vat_ratenumberDefault VAT rate in percent
localestringLocale identifier string
updated_atstring (date-time)
Beispiel (JSON)
{
  "currency_code": "string",
  "locale": "string",
  "default_vat_rate": 0,
  "currency_format": "code_value",
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-01-15T10:00:00Z"
}
Schema AccountConfiguration · Jupiter ERP