How to export bulk data to Webcenter Content by using erpintegrations REST API ?
Summary:
How to export bulk data to Webcenter Content by using erpintegrations REST API with a security group and account in job option parameters ?
Example
/fscmRestApi/resources/11.13.18.05/erpintegrations
POST
{
"OperationName" : "exportBulkData",
"JobName":"/oracle/apps/ess/financials/generalLedger/programs/common/,GLTRBAL",
"ParameterList":"300000018634632,300000018532734,PTD,09-24,EUR,T,,NATURAL_ACCOUNT_SEG,A,GL_BALANCING,300000671646012,,8056,",
"NotificationCode":"10",
"JobOptions":"ExtractFileType=ALL"
}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24.C
Code Snippet (add any code snippets that support your topic, if applicable):