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 submit a Multiple ESS Job using Oracle REST API

Summary:

Hi All,

Is there a way to submit Multiple ESS Job using REST API in a Single request.

As of now We are able to submit a ESS using below url and request.

BaseURL/ess/rest/scheduler/v1/requests

{

"description": "Testing from postman",

"jobDefinitionId": "JobDefinition://oracle/apps/ess/subscriptions/subscriptionManagement/billing/SubscriptionRevenueMgmtMainJob",

"application": "CrmEss",

"product": "Enterprise Contracts"

}

Tried adding like below but it didn't worked.

[{

"description": "Testing from postman",

"jobDefinitionId": "JobDefinition://oracle/apps/ess/subscriptions/subscriptionManagement/billing/SubscriptionRevenueMgmtMainJob",

"application": "CrmEss",

"product": "Enterprise Contracts"

},

{

  "description": "Testing from postman",

  "jobDefinitionId": "JobDefinition://oracle/apps/ess/projects/billing/workarea/invoice/InvoiceGenerationJob",

  "application": "FscmEss",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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