- Subcategories:
- Subscription Coverage Availabilities
Subscription Coverage Intervals REST Endpoints
Subscription Coverage Schedules/Subscription Coverage Intervals
The subscription coverage schedule interval resource is used to view the availability schedule interval details. The availability schedule interval object has details such as availability, start date , end date
- Create a subscription coverage availability schedule interval
- Method: postPath:
/crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/child/SubscriptionCoverageInterval - Delete a subscription coverage availability schedule interval
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/child/SubscriptionCoverageInterval/{IntervalPuid} - Get a subscription coverage availability schedule interval
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/child/SubscriptionCoverageInterval/{IntervalPuid} - Get all subscription coverage availability schedule intervals
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/child/SubscriptionCoverageInterval - Update a subscription coverage availability schedule interval
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptionCoverageSchedules/{SchedulePuid}/child/SubscriptionCoverageInterval/{IntervalPuid}