Query Child Request Links in SCM REST APIS — Cloud Customer Connect
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
Get Started with Redwood: Oracle Cloud SCM and Purchasing

Query Child Request Links in SCM REST APIS

Summary:

I am looking for a way to query the child links and get information - for instance, we have the following REST API for /inventoryMovementRequests

https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24a/fasrp/op-inventorymovementrequests-get.html

The above service would have child links - /lines which has the parameter 'RequesterName'.

I would like to query the REST API to provide me all the movement requests where the RequesterName is 'ABCD'.

I have used REST-Framework-Version as 5,6,7,8 and tried quering the lines as follows but it doesn't get any data back -

{{domain}}/fscmRestApi/resources/{{version}}/inventoryMovementRequests?q=OrganizationCode='M5' AND lines.RequesterName='ABCD'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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