- Subcategories:
- Planning Attributes
Planning Supplies REST Endpoints
Supply Chain Planning/Simulation Sets/Planning Supplies
The Planning Supplies resource manages the supply orders such as work orders and purchase orders within a simulation set used as input for the Oracle Supply Chain Planning Cloud solution.
- Create supplies
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies
- Delete one supply
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}
- Get all supplies
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies
- Get one supply
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}
- Update one supply
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}