Planning Cycle Plans REST Endpoints
Supply Chain Planning/Planning Cycles/Planning Cycle Plans
A planning cycle has one or more linked supply chain plans to analyze. For example, you can include the current baseline plan and alternative plans in the planning cycle. The links that you set up for an activity or task opens reports in the plans.
- Create planning cycle plans
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCyclePlans
- Delete one planning cycle plan
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCyclePlans/{planningCyclePlansUniqID}
- Get all planning cycle plans
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCyclePlans
- Get one planning cycle plan
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCyclePlans/{planningCyclePlansUniqID}