fix(siloadjustmnets): corrected the silo adjustments to account for removed middleware

This commit is contained in:
2025-10-28 19:39:08 -05:00
parent 78a5a4a398
commit e9ff8bb4cb
6 changed files with 32 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
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
}