Matrix Rules REST Endpoints

Order Management/Price Lists/Price List Items/Rate Plans/Rate Plan Charges/Pricing Matrixes/Matrix Rules
A matrix rule represents a condition based price adjustment, discount, rate table, and other features.
Create matrix rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId}/child/rules
Delete one matrix rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId}
Get all matrix rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId}/child/rules
Get one matrix rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId}
Update one matrix rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId}