Jupiter ERP
Account API

Get PrintLayout template

/api/account/print-layouts/templates/{layout_name}

GETHTTP
get/api/account/print-layouts/templates/{layout_name}

Example request

GET https://api.jupiter-erp.com/api/account/print-layouts/templates/example-id

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/print-layouts/templates/example-id' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameters

NameInRequiredDescription
layout_namepathyes

Responses

200OK
FieldTypeDescription
content*string
layout_name*string

string

  • default
  • classic
  • modern
  • elegant
  • minimal
  • accent
Example response
{
  "layout_name": "default",
  "content": "string"
}
PrintLayouts

Questions about integration?

GET /api/account/print-layouts/templates/{layout_name} · Jupiter ERP