Jupiter ERP
Account API

AccountServiceConfiguration

Fields, types, and references to other models.

AccountServiceConfiguration (object)

FieldTypeDescription
created_atstring (date-time)
number_formatsobjectKeys project, service_contract, service_object, service_order, service_protocol — format strings with placeholders {NR}, {YYYY}, {YY}, {MM}, {DD}

object (additional properties)

string

number_min_numbersobjectMinimum {NR} when starting a new sequence per service entity type (same keys as number_formats)

object (additional properties)

integer

updated_atstring (date-time)
Example (JSON)
{
  "number_formats": null,
  "number_min_numbers": null,
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-01-15T10:00:00Z"
}
Schema AccountServiceConfiguration · Jupiter ERP