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
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'
0