24 lines
245 B
Plaintext
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
|
|
}
|