Files
lst/LogisticsSupportTool_API_DOCS/logistics/removeAsWaste.bru

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
}