Files
lst/LogisticsSupportTool_API_DOCS/logistics/removeAsWaste.bru

25 lines
278 B
Plaintext

meta {
name: removeAsWaste
type: http
seq: 3
}
post {
url: {{url}}/lst/old/api/logistics/removeasreusable
body: json
auth: none
}
body:json {
{
"runningNr": "1865018",
"reason": "validating stockout"
}
}
settings {
encodeUrl: true
timeout: 0
}