Instnt Print
All examples

Barcode label

Alleen de code, zo groot als het vel toelaat.

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

Fields you send

{{omschrijving}}{{code}}

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