- Subcategories:
- Planning Attributes
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: postPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands - Delete one demand
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId} - Get all demands
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands - Get one demand
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId} - Update one demand
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningDemands/{TransactionId}