[
{
"sheetId": "string",
"rowno": 0,
"qty": 0
}
]
curl --location --request POST '/icvs-bmm-rs/rationIn/updateInqty' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"sheetId": "string",
"rowno": 0,
"qty": 0
}
]'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}