fix(quality request): bug fixes
lots of bug fixes plug 2 new counters, quality inspect time and warehouse return time
This commit is contained in:
25
LogisticsSupportTool_API_DOCS/LstV2/Quality/Add pallet.bru
Normal file
25
LogisticsSupportTool_API_DOCS/LstV2/Quality/Add pallet.bru
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user