Plan Statuses REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Plan Statuses
The Plan Statuses resource manages the different states of the schedule and determines when the schedule is completed.
Create plan statuses
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus
Delete a plan status
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}
Get all plan statuses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus
Get one plan status
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}
Update a plan status
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}