{
"sheetId": "string",
"sheetType": 0,
"flag": 0,
"dbSplitCode": "string",
"mapparams": {
"key": {}
},
"comment": "string"
}
curl --location --request POST 'http://localhost:8505/icvs-bmm-rs/rptration/createRptRation' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetId": "string",
"sheetType": 0,
"flag": 0,
"dbSplitCode": "string",
"mapparams": {
"key": {}
},
"comment": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}