[
{
"plant": "dolore",
"warehouseId": "54",
"warehouseName": "qqqq",
"items": [
{
"modelId": "97",
"article": "consequat quis laborum elit officia",
"unit": "laboris labore Excepteur",
"nextInbound": 38,
"articleName": "qqq",
"nextInboundQuantity": 60,
"poNumber": "16",
"poIterm": "Lorem"
}
]
}
]
curl --location --request POST 'inventory-server/api/inventory/report/inventory/intransit' \
--header 'sys: pp' \
--header 'token;' \
--header 'traceId;' \
--header 'deviceType: 1' \
--header 'lang: en' \
--header 'uid: 1' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '[
{
"plant": "dolore",
"warehouseId": "54",
"warehouseName": "qqqq",
"items": [
{
"modelId": "97",
"article": "consequat quis laborum elit officia",
"unit": "laboris labore Excepteur",
"nextInbound": 38,
"articleName": "qqq",
"nextInboundQuantity": 60,
"poNumber": "16",
"poIterm": "Lorem"
}
]
}
]'
{
"code": 0,
"msg": "success"
}