Supply Events REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Supply Events
The Supply Events resource manages the supplies that are a part of the production schedule and can include purchase orders, transfer orders, and on hand.
Create supply events
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/supplyEvents
Delete a supply event
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/supplyEvents/{supplyEventsUniqID}
Get all supply events
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/supplyEvents
Get one supply event
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/supplyEvents/{supplyEventsUniqID}
Update a supply event
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/supplyEvents/{supplyEventsUniqID}