Plan Status Details REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Plan Statuses/Plan Status Details
The Plan Status Details resource manages the details of the different states of the schedule.
Create plan status details
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}/child/planStatusDetails
Delete a plan status detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}/child/planStatusDetails/{planStatusDetailsUniqID}
Get all plan status details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}/child/planStatusDetails
Get one plan status detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}/child/planStatusDetails/{planStatusDetailsUniqID}
Update a plan status detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/planStatus/{ExecutionId}/child/planStatusDetails/{planStatusDetailsUniqID}