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: post
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages
Delete one planning cycle stage
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId}
Get all planning cycle stages
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages
Get one planning cycle stage
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId}
Update one planning cycle stage
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}/child/planningCycleStages/{PlanningCycleStageId}