Jupiter ERP
Account API

Get next suggested service object number and formatted string

/api/account/service-objects/next

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

Example request

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

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/service-objects/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 objects

Questions about integration?

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