Instnt Print
All examples

Bin label

Waar het staat en wat erin zit, met een QR om terug te vinden.

What it is for
Magazijn en voorraad
Format
11352 · 50 × 24 mm
Bin label — 50 × 24 mm
Bin label · 50 × 24 mm

Fields you send

{{code}}{{locatie}}{{omschrijving}}{{aantal}}{{datum}}

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": "Baklabel",
    "data": {
          "code": "…",
          "locatie": "…",
          "omschrijving": "…",
          "aantal": "…",
          "datum": "…"
    }
  }'
Read the documentation →