Jupiter ERP
Account API

Get next suggested project number and formatted string

/api/account/projects/next

GETHTTP
get/api/account/projects/next

Beispielanfrage

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'

Antworten

200OK
FeldTypBeschreibung
format*string
formatted_number*string
number*integer
Beispiel Response
{
  "number": 0,
  "formatted_number": "string",
  "format": "string"
}
Projects

Fragen zur Integration?

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