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

How to get Request Id for Import Journals ESS Job using ImportBulkData Operation using REST API?

edited Jan 3, 2025 11:03AM in General Ledger & Intercompany 2 comments

I am invoking the importBulkData(Operation) REST API to run the Import Journals job for loading journal FBDI files. While I can retrieve the Request Id of the "Load Interface File for Import" job, I need the Request ID of the dependent Import Journals ESS Job to monitor its status. Here's what I tried,
Request Payload:
{
"OperationName":"importBulkData",
"DocumentContent":"**", / *File content in encoded base64 format */
"ContentType":"zip",
"FileName":"xxyyzz.zip",
"DocumentAccount":"fin$/journal$/import",
"JobName":"/oracle/apps/ess/financials/generalLedger/programs/common,JournalImportLauncher",
"ParameterList":"300000005773243,Spreadsheet,300000005773232,12172024006,N,N,N",
"CallbackURL":"#NULL",
"JobOptions":"InterfaceDetails=15"
}

Response Payload:
{
"OperationName": "importBulkData",
"DocumentId": null,
"DocumentContent": "**", / *File content in encoded base64 format *

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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