{
"batchNo": "string",
"billNo": "string",
"bookQty": 0,
"checkDate": "2019-08-24T14:15:22Z",
"checkStatus": "string",
"entryNo": 0,
"flag": true,
"id": "string",
"inventoryPerson": "string",
"isNewBatch": 0,
"materialCode": "string",
"materialId": "string",
"materialName": "string",
"mid": "string",
"periodOutQty": 0,
"profitQty": 0,
"qty": 0,
"remark": "string",
"remark2": "string",
"remark3": "string",
"spaceId": "string",
"startTo": "2019-08-24T14:15:22Z",
"supplierId": "string",
"unitId": "string",
"updatePerson": "string",
"updateTime": "2019-08-24T14:15:22Z",
"version": 0,
"warehouseId": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/stk/stkCheckBill/inventoryInfoUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchNo": "string",
"billNo": "string",
"bookQty": 0,
"checkDate": "2019-08-24T14:15:22Z",
"checkStatus": "string",
"entryNo": 0,
"flag": true,
"id": "string",
"inventoryPerson": "string",
"isNewBatch": 0,
"materialCode": "string",
"materialId": "string",
"materialName": "string",
"mid": "string",
"periodOutQty": 0,
"profitQty": 0,
"qty": 0,
"remark": "string",
"remark2": "string",
"remark3": "string",
"spaceId": "string",
"startTo": "2019-08-24T14:15:22Z",
"supplierId": "string",
"unitId": "string",
"updatePerson": "string",
"updateTime": "2019-08-24T14:15:22Z",
"version": 0,
"warehouseId": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}