Production Scheduling Plans REST Endpoints

Supply Chain Planning/Production Scheduling Plans
The Production Scheduling Plans resource manages the schedule definition and schedule options including the schedule horizon, organizations, and items to consider for the schedule.
Create production plans
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans
Delete a production schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}
Get all production plans
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans
Get one production schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}
Refresh and solve a plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/refreshPlanData
Request changing recurring calendar availability
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/applyCalendarPattern
Request to copy a plan including the plan data
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/duplicatePlan
Request to release a plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/releasePlan
Request to schedule an operation resource
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/repairPlan
Request to solve a plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/solvePlan
Request to stop solving a plan
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/stopSolvingPlan
Update a production schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}