Adjustments REST Endpoints

Subscriptions/Products/Coverages/Adjustments
The adjustments resource is used to view, create, update, and delete adjustments to the labor, material and other expeses that are part of providing service for the covered level.
Create a coverage charge adjustment
Method: post
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/coverage/{CoverageHeaderPuid}/child/CoverageChargeDiscounts
Delete a coverage charge adjustment
Method: delete
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/coverage/{CoverageHeaderPuid}/child/CoverageChargeDiscounts/{ChargeDiscountId}
Get a coverage charge adjustment
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/coverage/{CoverageHeaderPuid}/child/CoverageChargeDiscounts/{ChargeDiscountId}
Get all coverage charge adjustments
Method: get
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/coverage/{CoverageHeaderPuid}/child/CoverageChargeDiscounts
Update a coverage charge adjustment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/products/{SubscriptionProductPuid}/child/coverage/{CoverageHeaderPuid}/child/CoverageChargeDiscounts/{ChargeDiscountId}