Supplier Capacities REST Endpoints

Supply Chain Planning/Simulation Sets/Supplier Capacities
The Supplier Capacities resource manages how much of an item can be purchased from a supplier during a specified time period within a simulation set.
Create supplier capacities
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/SupplierCapacities
Delete one supplier capacity
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/SupplierCapacities/{SupplierCapacitiesUniqID}
Get all supplier capacities
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/SupplierCapacities
Get one supplier capacity
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/SupplierCapacities/{SupplierCapacitiesUniqID}