Scheduler Roles REST Endpoints

Field Service Schedulers/Scheduler Roles
Scheduler roles identify all the CRM and SCM job roles defined in IT Security Manager that have been assigned to a specific scheduler. The roles are used to determine which scheduler a user will see when scheduling a work order.
Create a scheduler role
Method: post
Path: /crmRestApi/resources/11.13.18.05/fieldServiceSchedulers/{SchedulerCd}/child/schedulerRoles
Delete a scheduler role
Method: delete
Path: /crmRestApi/resources/11.13.18.05/fieldServiceSchedulers/{SchedulerCd}/child/schedulerRoles/{SchedulerRoleId}
Get a scheduler role
Method: get
Path: /crmRestApi/resources/11.13.18.05/fieldServiceSchedulers/{SchedulerCd}/child/schedulerRoles/{SchedulerRoleId}
Get all scheduler roles
Method: get
Path: /crmRestApi/resources/11.13.18.05/fieldServiceSchedulers/{SchedulerCd}/child/schedulerRoles
Update a scheduler role
Method: patch
Path: /crmRestApi/resources/11.13.18.05/fieldServiceSchedulers/{SchedulerCd}/child/schedulerRoles/{SchedulerRoleId}