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: postPath:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
- Delete a negotiated entitlement plan charge rule
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
- Get a negotiated entitlement plan charge rule
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}
- Get all negotiatedentitlement plan charge rules
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules
- Update a negotiated entitlement plan charge rule
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptionProducts/{SubscriptionProductPuid}/child/negotiatedVolumePricingRules/{EntitlementPlanChargeRuleNumber}