Jupiter ERP
Account API

Get next suggested project number and formatted string

/api/account/projects/next

GETHTTP
get/api/account/projects/next

Example request

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

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/projects/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"
}
Projects

Questions about integration?

GET /api/account/projects/next · Jupiter ERP