Instnt Print
All examples

Batch label

Partijnummer met streepjescode, aantal en datum.

What it is for
Magazijn en voorraad
Format
11354 · 55 × 28 mm
Batch label — 55 × 28 mm
Batch label · 55 × 28 mm

Fields you send

{{partij}}{{omschrijving}}{{aantal}}

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