Business Rules Framework Schedules REST Endpoints

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.
Create a schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules
Delete a schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId}
Get a schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId}
Get all schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules
Update a schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkSchedules/{ScheduleId}