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

ERP Cloud Adapter - fscmRest API capability of using nested response links

edited Oct 20, 2019 3:02PM in Integration 2 comments

Summary

ERP Cloud Adapter capability to fetch attributes from nested links coming in REST represented business objects.

Content

Using the Oracle Integration Cloud I have setup a connection to an existing Oracle Fusion ERP cloud via the out of the box ERP-Cloud connector.

Accessing the exposed REST-Services (fscmRest Catalog) works fine. Basically I am getting the requested BusinessObjects that I requested via getAll or get operations.

Most of the businessObjects accessible via REST do have a link section at the bottom, allowing to drill down into the current object further.

E.g. getAllSalesOrders (/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub) provides the link "lines" in the response payload, which leads me to an array of assigned salesOrderLines. For the lines linkage the URL to drill down further looks similar to: "{domain}/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/OPS%3A300000077314427/child/lines".

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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