Plan Clusters REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Clusters
The clusters included in a replenishment plan for inventory rebalancing.
- Create plan clusters
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanClusters
- Delete one plan cluster
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanClusters/{PlanClustersUniqID}
- Get all plan clusters
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanClusters
- Get one plan cluster
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanClusters/{PlanClustersUniqID}
- Update one pan cluster
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanClusters/{PlanClustersUniqID}