Cluster Locations REST Endpoints
Supply Chain Planning/Planning Clusters/Cluster Locations
The Cluster Locations resource manages all locations within the cluster.
- Get locations for all clusters
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId}/child/ClusterLocations
- Get locations for one cluster
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId}/child/ClusterLocations/{ClusterLocationsUniqID}
- Update locations for one cluster
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningClusters/{ClusterId}/child/ClusterLocations/{ClusterLocationsUniqID}