Files
lst/LogisticsSupportTool_API_DOCS/app/logistics/labeling/Preprint.bru

29 lines
390 B
Plaintext

meta {
name: Preprint
type: http
seq: 1
}
post {
url: {{url}}/lst/api/logistics/labeling/preprint
body: json
auth: inherit
}
body:json {
{
"scannerId": 999,
"lotNr": 3314,
"machineId": 22, // 457=22, 458=23
"printerId": 22, // 457=22, 458=23
"layoutId": 7,
"numberOfCopies": 0,
"qtyToPrint": 3
}
}
settings {
encodeUrl: true
timeout: 0
}