- Subcategories:
- Cluster Locations
- Cluster Members
Planning Clusters REST Endpoints
Supply Chain Planning/Planning Clusters
The Planning Clusters resource manages all planning clusters.
- Create planning clusters
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningClusters - Delete one planning cluster
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId} - Get all planning clusters
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningClusters - Get one planning cluster
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId} - Update one planning cluster
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId}