Jupiter ERP
Account API

Get next Order Confirmation

/api/account/order-confirmations/next

GETHTTP
get/api/account/order-confirmations/next

Example request

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

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/order-confirmations/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
textobject
FieldTypeDescription
bottomstring
subjectstring
topstring
Example response
{
  "number": 0,
  "formatted_number": "string",
  "format": "string",
  "text": {
    "subject": "string",
    "top": "string",
    "bottom": "string"
  }
}
Order Confirmations

Questions about integration?

GET /api/account/order-confirmations/next · Jupiter ERP