Beispielanfrage
GET https://api.jupiter-erp.com/api/account/service-protocols/next
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/service-protocols/next' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Antworten
200OK
| Feld | Typ | Beschreibung |
|---|---|---|
| format* | string | — |
| formatted_number* | string | — |
| number* | integer | — |
Beispiel Response
{
"number": 0,
"formatted_number": "string",
"format": "string"
}Service protocols