You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

FBDI - importBulkData REST API to trigger multiple import jobs with different parameters

Summary:


We are using importBulkData operation of "/fscmRestApi/resources/11.13.18.05/erpintegrations" REST API (non OIC as middleware) to import journals data into oracle in FBDI format. 


I have data file coming up with data of multiple Ledgers for GL Journals. For oracle Jounal Import FBDI job, ledger name is mandatory.
I want to pass one data file of multiple ledgers to oracle and trigger multiple import jobs, each with different ledger parameters.

REST API Payload:
{
"OperationName": "importBulkData",
"DocumentContent": "CONTENT IN BASE64==",
"ContentType": "zip",
"FileName": "GlInterface.zip",
"DocumentAccount": "fin$/journal$/import",
"JobName": "/oracle/apps/ess/financials/generalLedger/programs/common,JournalImportLauncher",
"ParameterList": "300000003082136,Manual,300000003062061,19022024,N,N,N",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!