Planning Cycles REST Endpoints

Supply Chain Planning/Planning Cycles
A planning cycle models the activities, tasks, participants, and stages in a recurring sales and operations planning process.
Create planning cycles
Method: post
Path: /fscmRestApi/resources/11.13.18.05/planningCycles
Delete one planning cycle
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}
Get all planning cycles
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningCycles
Get one planning cycle
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}
Update one planning cycle
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}