Jupiter ERP
Account API

AccountConfiguration

Fields, types, and references to other models.

AccountConfiguration (object)

FieldTypeDescription
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)
Example (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