Subscription Entitlement Pricing Rules REST Endpoints

Subscription Products/Subscription Entitlement Pricing Rules
The subscription entitlement plan charge rules resource is used to view, create, update, and delete a negotiated entitlement plan charge rule which is used for the rating of a subscription product.
Create a negotiated entitlement plan charge rule
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
Delete a negotiated entitlement plan charge rule
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
Get a negotiated entitlement plan charge rule
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
Get all negotiatedentitlement plan charge rules
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
Update a negotiated entitlement plan charge rule
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}