Demand Events REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Demand Events
The Demand Events resource manages the demands to be considered in the production schedule.
Create demands
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/demandEvents
Delete a demand
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/demandEvents/{demandEventsUniqID}
Get all demands
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/demandEvents
Get one demand
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/demandEvents/{demandEventsUniqID}
Update a demand
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/demandEvents/{demandEventsUniqID}