We have a schedule Job which run a report. Output of report is PDF and that file should print as part of Job submit and that is working fine.
We need to submit that job from OIC. I know, we can pass the Input parameters shown below in ESS Job request as part of ParameterList.
POST /fscmRestApi/resources/11.13.18.05/erpintegrations
{
"OperationName": "submitESSJobRequest",
"JobPackageName": "/oracle/apps/ess/scm/dos/foundation/utilities/",
"JobDefName": "Label_Print_Job",
"ParameterList": "true,DOO,order1,#null,#null,#null,#null,#NULL"
}

Now, we need to pass below mentioned Output parameters as well for printing. Where can I pass these values in REST API or Fusion Adaptor?
