Negotiated Volume Pricing Rules REST Endpoints

Subscriptions/Products/Negotiated Volume Pricing Rules
The negotiated volume pricing rules 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 volume pricing rule
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
Delete a negotiated volume pricing rule
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
Get a negotiated volume pricing rule
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
Get all negotiated volume pricing rules
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
Update a negotiated volume pricing rule
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}