Matrix Rules REST Endpoints

Order Management/Pricing Strategy Assignments/Pricing Matrixes/Matrix Rules
The Matrix Rules resource manages rules for pricing strategy assignments.
Create matrix rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/pricingStrategyAssignments/{StrategyAssignmentId}/child/pricingMatrixes/{MatrixId}/child/rules
Delete one matrix rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/pricingStrategyAssignments/{StrategyAssignmentId}/child/pricingMatrixes/{MatrixId}/child/rules/{MatrixRuleId}
Get all matrix rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/pricingStrategyAssignments/{StrategyAssignmentId}/child/pricingMatrixes/{MatrixId}/child/rules
Get one matrix rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/pricingStrategyAssignments/{StrategyAssignmentId}/child/pricingMatrixes/{MatrixId}/child/rules/{MatrixRuleId}
Update one matrix rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/pricingStrategyAssignments/{StrategyAssignmentId}/child/pricingMatrixes/{MatrixId}/child/rules/{MatrixRuleId}