← All examples
Kitchen ticket · 80mm rol
Kitchen ticket
Wat er gemaakt moet worden. Grote letters, geen prijzen.
- What it is for
- Van de kassa naar de keuken
- Format
- 80mm rol

Fields you send
{{tafel}}{{bonnummer}}{{opmerkingen}}Lists · regels
A list repeats: one line per item, as many as you send.
{{aantal}}{{omschrijving}}{{opmerking}}Print it
One request. The server draws it and the bridge prints it — you send values, not a document.
curl https://instntprint.com/v1/jobs \
-H "Authorization: Bearer <sleutel>" \
-d '{
"printer": "Counter",
"template": "Keukenbon",
"data": {
"tafel": "…",
"bonnummer": "…",
"opmerkingen": "…",
"regels": [
{
"aantal": "…",
"omschrijving": "…",
"opmerking": "…"
}
]
}
}'Read the documentation →More in orders and pickup


