Service Resources REST Endpoints

Subscription Products/Service Resources
The service resources resouce is used to view, create, update, and delete the service identifier for a subscription product.
Create a service resource
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/serviceResources
Delete a service resource
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/serviceResources/{ServiceResourcePuid}
Get a service resource
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/serviceResources/{ServiceResourcePuid}
Get all service resources
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/serviceResources
Update a service resource
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/serviceResources/{ServiceResourcePuid}