Segment Group Dimensions REST Endpoints
Supply Chain Planning/Planning Segment Groups Version 2/Segment Group Dimensions
A set of dimensions used for a segment group.
- Create all segment group dimensions
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/SegmentGroupDimensions
- Delete one segment group dimension
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/SegmentGroupDimensions/{SegmentLevelId}
- Get all segment group dimensions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/SegmentGroupDimensions
- Get one segment group dimension
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/SegmentGroupDimensions/{SegmentLevelId}
- Update all segment group dimensions
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/SegmentGroupDimensions/{SegmentLevelId}