{
"sheetIds": [
"string"
],
"sheetType": 0,
"isWorkSheet": true,
"templateFileId": "string"
}
curl --location --request POST '/icvs-bmm-profitorloss/lost/batchViewPdf' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sheetIds": [
"string"
],
"sheetType": 0,
"isWorkSheet": true,
"templateFileId": "string"
}'
{}