- Subcategories:
- Assets
- Assigned Attribute Values
- Attributes
- Calendar Events
- Calendars
- Changeover Instances
- Changeover Rules
- Demand Events
- Items
- KPI Summaries
- KPI for Changeover Times
- KPI for Late Demands
- KPI for Late Work Orders
- KPIs for Resource Utilization
- Pegging Relationships
- Plan Statuses
- Reservations
- Resource Availability Levels
- Resource Calendars
- Resource Changeover Sequences
- Resource Group Utilization
- Resource Groups
- Resource Operation Sequences
- Resource Relationships
- Resource Usage Levels
- Resource Utilization
- Resources
- Scheduling Resources
- Selected Item Categories
- Supply Events
- Work Order Operation Alternate Resources
- Work Order Operation Attributes
- Work Order Operations
- Work Order Temporal Relations
- Work Orders
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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans
- Delete a production schedule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}
- Get all production plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans
- Get one production schedule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}
- Refresh and solve a plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/refreshPlanData
- Request changing recurring calendar availability
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/applyCalendarPattern
- Request to copy a plan including the plan data
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/duplicatePlan
- Request to release a plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/releasePlan
- Request to schedule an operation resource
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/repairPlan
- Request to solve a plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/solvePlan
- Request to stop solving a plan
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/action/stopSolvingPlan
- Update a production schedule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}