{
"billId": 0,
"onhandId": 0,
"inStorageWarehouseId": 0,
"inStorageDistrictId": 0,
"inStorageLocationId": 0,
"barcode": "string",
"qty": 0,
"mitemId": 0,
"ingredientsUom": "string",
"ingredientsUomName": "string",
"ingredientsQty": 0,
"acton": "0"
}
curl --location --request POST '/PutOnShelves/scan' \
--header 'Content-Type: application/json' \
--data-raw '{
"billId": 0,
"onhandId": 0,
"inStorageWarehouseId": 0,
"inStorageDistrictId": 0,
"inStorageLocationId": 0,
"barcode": "string",
"qty": 0,
"mitemId": 0,
"ingredientsUom": "string",
"ingredientsUomName": "string",
"ingredientsQty": 0,
"acton": "0"
}'
{
"code": "",
"message": "",
"data": {
"type": 0,
"result": {}
}
}