Files
lst/LogisticsSupportTool_API_DOCS/app/logistics/Consume/Consume.bru

24 lines
245 B
Plaintext

meta {
name: Consume
type: http
seq: 1
}
post {
url: {{url}}/lst/old/api/logistics/consume
body: json
auth: inherit
}
body:json {
{
"lotNum":283559,
"runningNr":19302907
}
}
settings {
encodeUrl: true
timeout: 0
}