Oracle Financial REST API call for Integrations
Summary
The API call - submitESSJob - always returns a RequestID -1Content
I am working on to migrate some of the ERP Financials SOAP based API calls to REST based API calls.
All the submit job calls are returning a response with Request ID -1. The same jobs works fine when tried with SOAP APIs.
Let me know if you have encountered this issue with your REST service calls.
Example:
BIP Report Name : *InvoiceGenerationReportJob - Generate Invoices: Generate Report
Request Body:
{
"OperationName":"submitESSJobRequest",
"JobPackageName":"/oracle/apps/ess/projects/billing/workarea/invoice/",
"JobDefName":"InvoiceGenerationReportJob"
}
Response:
{
"OperationName": "submitESSJobRequest",
"DocumentId": null,
"DocumentContent": null,
Tagged:
1