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
Tagged:
0