Subscription Coverage Schedules REST Endpoints

Subscription Coverage Schedules
The subscription coverage schedule resource is used to view the availability schedule details. The availability schedule object has details such as schedule name, time zone code, schedule PUID , exception PUID
Create a coverage availability schedule
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules
Delete a coverage availability schedule
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}
Duplicate the subscription coverage schedule
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/action/copySchedule
Get a subscription coverage availability schedule
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}
Get all subscription coverage availability schedules
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules
Update a coverage availability schedule
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}