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