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

Seeking Efficient Method to Create and Launch Supplier Initiatives (REST vs SOAP vs Bulk)

Hi Team,
We are currently automating a "Daily Annual Attestation" process where we pick 15 suppliers per day based on specific business logic (Spend Authorized, Site Flags, etc.).
Currently, our OIC (Oracle Integration Cloud) flow uses the Supplier Initiatives REST API, but it requires a 6-step chain per supplier to complete the launch:
1. POST /supplierInitiatives (Create Header)
2. POST .../child/qualificationAreas (Add Template)
3. GET .../child/questionnaires (To find the system-generated ID)
4. PATCH .../child/questionnaires/{id} (To update the Due Date)
5. POST .../child/suppliers (Add the Supplier)
6. POST /action/launch (Activate)

Questions:
1. Is there a way to consolidate these calls? Specifically, can the

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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