Price List Component Charges REST Endpoints

Order Management/Price Lists/Price List Items/Price List Component Items/Price List Component Charges
The Price List Component Charges resource manages the charges of component items in a price list.
Create charges for a component item
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges
Delete one component item charge
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId}
Get all charges for a component item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges
Get one component item charge
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId}
Update one component item charge
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId}