[
{
"plant": "cillum",
"warehouseId": "36",
"warehouseName": "ssss",
"items": [
{
"modelId": "56",
"article": "esse dolore",
"unit": "pc",
"articleName": "asasa",
"nextInbound": 31,
"nextInboundQuantity": 85,
"poNumber": "67",
"poIterm": "commodo dolore sit"
}
]
}
]
curl --location --request POST 'inventory-server/api/inventory/report/inventory/rdc' \
--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": "cillum",
"warehouseId": "36",
"warehouseName": "ssss",
"items": [
{
"modelId": "56",
"article": "esse dolore",
"unit": "pc",
"articleName": "asasa",
"nextInbound": 31,
"nextInboundQuantity": 85,
"poNumber": "67",
"poIterm": "commodo dolore sit"
}
]
}
]'
{
"code": 0,
"msg": "success"
}