Matrix Rules REST Endpoints

Order Management/Price Lists/Price List Items/Rate Plans/Rate Plan Charges/Matrix Headers/Matrix Rules
The Matrix Rules resource manages matrix rules for pricing charges, discounts, and other entities.
Create matrix rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/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/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/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/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/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/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/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/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId}