Example request
GET https://api.jupiter-erp.com/api/account/service-contracts/next
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/service-contracts/next' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Responses
200OK
| Field | Type | Description |
|---|---|---|
| format* | string | — |
| formatted_number* | string | — |
| number* | integer | — |
Example response
{
"number": 0,
"formatted_number": "string",
"format": "string"
}Service Contracts