- Subcategories:
- Action and Decision Items
- Activities
- Participants
Planning Cycle Stages REST Endpoints
Supply Chain Planning/Planning Cycles/Planning Cycle Stages
A review stage represents the activities, tasks, and participants in a recurring planning process. For example, Demand Review and Supply Review are stages in a sales and operations planning process
- Create planning cycle stages
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages - Delete one planning cycle stage
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId} - Get all planning cycle stages
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages - Get one planning cycle stage
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId} - Update one planning cycle stage
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId}