Time Rules REST Endpoints

Time Rules
The time rules resource is used to configure the time rule definitions for use in Code Enforcement.
Create a set of time rule definitions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules
Delete a time rule definition
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID}
Get a time rule definition
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID}
Get all time rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules
Update a time rule definition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID}