Subscription Entitlement Plan UOM Conversions REST Endpoints
Subscriptions/Products/Subscription Entitlement Plan UOM Conversions
The subscription entitlement plan UOM Conversions is used to store the conversion rates between various UOMs for all entitlement plans.
- Create a negotiated UOM conversion
- Method: postPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions - Delete a negotiated UOM conversion
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber} - Get a negotiated UOM conversion
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber} - Get all negotiated UOM conversions
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions - Update a negotiated UOM conversion
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber}