Passing Rules REST Endpoints

Passing Rules
The passing rules resource is used to view, create, delete, or modify a passing rule. A passing rule provides pass and fail criteria to determine the result of an inspection.
Create a passing rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRules
Delete a passing rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRules/{publicSectorPassingRulesUniqID}
Get a passing rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRules/{publicSectorPassingRulesUniqID}
Get all passing rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRules
Update a passing rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPassingRules/{publicSectorPassingRulesUniqID}