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
| Feld | Typ | Beschreibung |
|---|---|---|
| created_at | string (date-time) | — |
| number_formats | object | Keys 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_numbers | object | Minimum {NR} when starting a new sequence per service entity type (same keys as number_formats) object (zusätzliche Properties) integer |
| updated_at | string (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