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: post
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions
Delete a negotiated UOM conversion
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber}
Get a negotiated UOM conversion
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber}
Get all negotiated UOM conversions
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions
Update a negotiated UOM conversion
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/negotiatedEntitlementPlanUOMConversions/{EntitlementPlanUOMConversionNumber}