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: postPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
- Delete a negotiated volume pricing rule
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
- Get a negotiated volume pricing rule
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
- Get all negotiated volume pricing rules
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
- Update a negotiated volume pricing rule
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}