Jupiter ERP
Account API

Get next suggested service order number and formatted string

/api/account/service-orders/next

GETHTTP
get/api/account/service-orders/next

Example request

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

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

Responses

200OK
FieldTypeDescription
format*string
formatted_number*string
number*integer
Example response
{
  "number": 0,
  "formatted_number": "string",
  "format": "string"
}
Service orders

Questions about integration?

GET /api/account/service-orders/next · Jupiter ERP