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

Beispielanfrage

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'

Antworten

200OK
FeldTypBeschreibung
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 (zusätzliche Properties)

string

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

object (zusätzliche Properties)

integer

updated_atstring (date-time)
Beispiel Response
{
  "number_formats": null,
  "number_min_numbers": null,
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-01-15T10:00:00Z"
}
Account

Fragen zur Integration?

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