Measure Groups REST Endpoints
Supply Chain Planning/Planning Measure Groups/Measure Groups
A listing of all the measures that are part of the measure group.
- Add measures to a measure group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningMeasureGroups/{GroupId}/child/planningMeasures
- Get all measures for a measure group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningMeasureGroups/{GroupId}/child/planningMeasures
- Get one measure for a measure group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningMeasureGroups/{GroupId}/child/planningMeasures/{planningMeasuresUniqID}