Policy Segment Parameters REST Endpoints

Supply Chain Planning/Replenishment Policy Assignment Sets Version 2/Policy Segment Parameters
The Policy Segment Parameters resource manages parameters for the segments like policy type, safety stock, minimum quantity, and so on.
Create parameters for segments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPolicyAssignmentSetsV2/{PolicySetId}/child/PolicySegmentParameters
Delete parameters for one segment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPolicyAssignmentSetsV2/{PolicySetId}/child/PolicySegmentParameters/{SegmentId}
Get parameters for all segments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPolicyAssignmentSetsV2/{PolicySetId}/child/PolicySegmentParameters
Get parameters for one segment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPolicyAssignmentSetsV2/{PolicySetId}/child/PolicySegmentParameters/{SegmentId}
Update parameters for one segment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/replenishmentPolicyAssignmentSetsV2/{PolicySetId}/child/PolicySegmentParameters/{SegmentId}