{
"mergebillno": "string",
"sheetId": "string",
"gdid": "string",
"qty": 0,
"operationType": "string",
"instkcostvalue": 0,
"incost": 0,
"cost": 0,
"costvalue": 0,
"productdate": "string",
"giftqty": 0,
"placeid": "string",
"placename": "string",
"logistics": 0
}
curl --location --request POST 'http://localhost:8507/icvs-bmm-rs/receipt/updateItem' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mergebillno": "string",
"sheetId": "string",
"gdid": "string",
"qty": 0,
"operationType": "string",
"instkcostvalue": 0,
"incost": 0,
"cost": 0,
"costvalue": 0,
"productdate": "string",
"giftqty": 0,
"placeid": "string",
"placename": "string",
"logistics": 0
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}