{
"refsheetid": [
"string"
],
"sheetids": [
"string"
],
"gdid": "string",
"recflag": "string",
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/icvs-bmm-rs/rationIn/queryDiffItem' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"refsheetid": [
"string"
],
"sheetids": [
"string"
],
"gdid": "string",
"recflag": "string",
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}