Passing Rule Details REST Endpoints

Passing Rule Details
The passing rule details resource is used to view, create, delete, or modify a scoring range definition. A scoring range identifies the range of scores used in a passing rule. There can be one or more scoring ranges for a given passing rule.
Create a scoring range
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRuleDetails
Delete a scoring range
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRuleDetails/{publicSectorPassingRuleDetailsUniqID}
Get a scoring range
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRuleDetails/{publicSectorPassingRuleDetailsUniqID}
Get all scoring range
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRuleDetails
Update a scoring range
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRuleDetails/{publicSectorPassingRuleDetailsUniqID}