Jupiter ERP
Account API

Get next Delivery Note

/api/account/delivery-notes/next

GETHTTP
get/api/account/delivery-notes/next

Beispielanfrage

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

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/delivery-notes/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
textobject
FeldTypBeschreibung
bottomstring
subjectstring
topstring
Beispiel Response
{
  "number": 0,
  "formatted_number": "string",
  "format": "string",
  "text": {
    "subject": "string",
    "top": "string",
    "bottom": "string"
  }
}
Delivery Notes

Fragen zur Integration?

GET /api/account/delivery-notes/next · Jupiter ERP