- Subcategories:
 - Time Rule Policies
 
Time Rules REST Endpoints
    
        Code Enforcement/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules - Delete a time rule definition
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID} - Get a time rule definition
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID} - Get all time rules
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules - Update a time rule definition
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementTimeRules/{publicSectorCodeEnforcementTimeRulesUniqID}