Subscription Entitlement Plan Estimates REST Endpoints
Subscriptions/Products/Subscription Entitlement Plan Estimates
The subscription entitlement plan estimates resource is used to create a negotiated entitlement plan based on estimates. These records can be created only for those balance codes which have the estimates flag enabled.
- Create an entitlement plan estimate
- Method: postPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanEstimates - Delete an entitlement plan estimate
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanEstimates/{EntitlementPlanEstimateNumber} - Get all entitlement plan estimates
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanEstimates - Get an entitlement plan estimate
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanEstimates/{EntitlementPlanEstimateNumber} - Update an entitlement plan estimate
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanEstimates/{EntitlementPlanEstimateNumber}