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: postPath:
/fscmRestApi/resources/11.13.18.05/planningCycles
- Delete one planning cycle
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}
- Get all planning cycles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles
- Get one planning cycle
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}
- Update one planning cycle
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningCycles/{PlanningCycleId}