lots of bug fixes plug 2 new counters, quality inspect time and warehouse return time
26 lines
390 B
Plaintext
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
|
|
}
|