Beispielanfrage
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'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| layout_name | path | ja | — |
Antworten
200OK
ModellPrintLayoutTemplate
| Feld | Typ | Beschreibung |
|---|---|---|
| content* | string | — |
| layout_name* | string | string
|
Beispiel Response
{
"layout_name": "default",
"content": "string"
}PrintLayouts