Jupiter ERP
Account API

Get service area configuration (number formats for projects and service contracts)

/api/account/configuration/service

GETHTTP
get/api/account/configuration/service

Example request

GET https://api.jupiter-erp.com/api/account/configuration/service

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/configuration/service' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Responses

200OK
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 response
{
  "number_formats": null,
  "number_min_numbers": null,
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-01-15T10:00:00Z"
}
Account

Questions about integration?

GET /api/account/configuration/service · Jupiter ERP