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: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies
Delete one supply
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}
Get all supplies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies
Get one supply
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}
Update one supply
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/PlanningSupplies/{TransactionId}