26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
meta {
|
|
name: CreateSilo Adjustment
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/lst/old/api/logistics/createsiloadjustment
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"warehouseId": 51,
|
|
"quantity": 60575,
|
|
"laneId": 31717,
|
|
"username":"matthes01"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|