Business Rules Framework Schedules REST Endpoints
    
        Common Setup/Business Rules Framework Schedules
    
The business rules framework schedules resource provides schedules that are create by a user within a rule. A rule schedule determines how often the system checks for the rule conditions and performs the rule actions. This resource will be deprecated in a future release and should not be used.
- Create a schedule
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules - Delete a schedule
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId} - Get a schedule
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId} - Get all schedules
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules - Update a schedule
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId}