Instnt Print
All examples

Queue number

Eén groot nummer. Verder niets.

What it is for
Nummertje trekken
Format
80mm rol
Queue number — 80mm rol
Queue number · 80mm rol

Fields you send

{{zaak}}{{nummer}}{{wachttijd}}

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