How to submit ESS job and subscribe to callback event raised by Fusion with OIC using ErpIntegration
Summary: How to submit ESS job and subscribe to callback event raised by Fusion with OIC using ErpIntegration with submitESSJobRequest
Content (required): I need to invoke the below REST call via ERP Adapter and subscribe to callback. Then I do not need to WAIT until the process gets completed to proceed further
/fscmRestApi/resources/11.13.18.05/erpintegrations
{
"OperationName":"submitESSJobRequest",
"JobPackageName":"oracle/apps/ess/cdm/foundation/bulkImport",
"JobDefName":"CDMAutoBulkImportJob",
"ESSParameters":"20230818101720,GP Customer 02,CUSTOMER,CSV"
}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):