Planning Demands REST Endpoints

Supply Chain Planning/Simulation Sets/Planning Demands
The Planning Demands resource manages the demand orders such as sales orders and forecasts within a simulation set used as input for the Oracle Supply Chain Planning Cloud solution.
Create demands
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands
Delete one demand
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId}
Get all demands
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands
Get one demand
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId}
Update one demand
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId}