Base Price Matrixes REST Endpoints

Order Management/Price Lists/Price List Items/Rate Plans/Rate Plan Charges/Base Price Matrixes
A pricing matrix represents a way to manage price adjustments, discounts, rate tables, and other matrix features.
Create one pricing matrix
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes
Delete one pricing matrix
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID}
Get all pricing matrixes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes
Get one pricing matrix
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID}
Update one pricing matrix
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID}