Demands REST Endpoints

Supply Chain Planning/Backlog Management Plans/Demands
The Demands resource manages the attributes of demands within the backlog management plan.
Create demands
Method: post
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/demands
Get all demands
Method: get
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/demands
Get one demand
Method: get
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/demands/{DemandId}
Update one demand
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/backlogManagementPlans/{BmRunId}/child/demands/{DemandId}