{
"id": 0,
"stockDate": "2019-08-24",
"materialCode": "string",
"stockCount": 0,
"stockInCount": 0,
"stockOutCount": 0,
"stockChange": "string",
"unbalanceQuantity": 0,
"ncId": "string"
}curl --location -g --request PUT 'http://{{ip}}:9000/material-manage-service/chemicalMaterialStock' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"stockDate": "2019-08-24",
"materialCode": "string",
"stockCount": 0,
"stockInCount": 0,
"stockOutCount": 0,
"stockChange": "string",
"unbalanceQuantity": 0,
"ncId": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"stockDate": "2019-08-24",
"materialCode": "string",
"stockCount": 0,
"stockInCount": 0,
"stockOutCount": 0,
"stockChange": "string",
"unbalanceQuantity": 0,
"ncId": "string"
}
}