Files
lst/LogisticsSupportTool_API_DOCS/LstV2/Quality/Add pallet.bru
Blake Matthes 6f632ecd68 fix(quality request): bug fixes
lots of bug fixes plug 2 new counters, quality inspect time and warehouse return time
2025-11-12 20:22:21 -06:00

26 lines
390 B
Plaintext

meta {
name: Add pallet
type: http
seq: 2
}
post {
url: {{url}}/lst/old/api/quality/newrequest
body: json
auth: inherit
}
body:json {
{
"username": "matthes01",
"runningNr": 618302,
"palletStatusText":"return" // returned will be the only allowed key
//"moveTo": "hold area" //hold area, rework, inspection
}
}
settings {
encodeUrl: true
timeout: 0
}