Communication Scheduler REST Endpoints

Communication Template Setups/Communication Event Mappings/Communication Scheduler
The list of schedules for a specific communication template in relation to an event.
Create a communication schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}/child/commSchedulers
Delete a communication schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}/child/commSchedulers/{CommSchedulerId}
Get a communication schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}/child/commSchedulers/{CommSchedulerId}
Get all communication schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}/child/commSchedulers
Update a communication schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}/child/commSchedulers/{CommSchedulerId}