Work Schedules REST Endpoints

Work Schedules
The work schedules resource is used to view, create, or modify a work schedule. A work schedule is used to define the days of the week and daily hours of operation for agency employees.
Create a work schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorkSchedules
Delete a work schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorkSchedules/{publicSectorWorkSchedulesUniqID}
Get a work schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorkSchedules/{publicSectorWorkSchedulesUniqID}
Get all work schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorkSchedules
Update a work schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWorkSchedules/{publicSectorWorkSchedulesUniqID}