Segments REST Endpoints

Supply Chain Planning/Planning Segment Groups Version 2/Segments
All segments within a specific segment group.
Create one segment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/Segment
Delete one segment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/Segment/{SegmentId}
Get all segments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/Segment
Get one segment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/Segment/{SegmentId}
Update one segment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planningSegmentGroupsV2/{SegmentGroupId}/child/Segment/{SegmentId}