ERP Cloud Adapter - fscmRest API capability of using nested response links
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".