25 lines
274 B
Plaintext
25 lines
274 B
Plaintext
meta {
|
|
name: removeAsWaste
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/old/api/logistics/bookout
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
|
|
"runningNr": "1865027",
|
|
"reason": "packer printed premature"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|