Policy Dates REST Endpoints
Code Enforcement/Policy Dates
The policy dates resource is used to retrieve the next applicable date for the given time rule and its priority.
- Create a set of time rule based policy dates
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementPolicyDates - Delete a time rule based policy date
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementPolicyDates/{publicSectorCodeEnforcementPolicyDatesUniqID} - Get a time rule based policy date
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementPolicyDates/{publicSectorCodeEnforcementPolicyDatesUniqID} - Get all time rule based policy dates
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementPolicyDates - Update a time rule based policy date
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementPolicyDates/{publicSectorCodeEnforcementPolicyDatesUniqID}