Instnt Print
All examples

Cloakroom ticket

Eén helft met een nummer. Print hem twee keer: één voor de gast, één aan de jas.

What it is for
Garderobe, reparatie, alles wat je terugkrijgt
Format
80mm rol
Cloakroom ticket — 80mm rol
Cloakroom ticket · 80mm rol

Fields you send

{{zaak}}{{nummer}}{{deel}}

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": "Garderobebon",
    "data": {
          "zaak": "…",
          "nummer": "…",
          "deel": "…"
    }
  }'
Read the documentation →