Rules REST Endpoints

Sales Territories/Rules
The rules resource is used to view the territory rules associated with a sales territory. The equivalent functional term for rule is coverage. The coverage is what identifies the scope of responsibility of the sales territory team in the market space. The rules object contains a record for each of the coverage for historical, active, and draft territory versions. A territory version may or may not have a coverage associated with it.
Create a rule for a territory
Method: post
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}/child/TerritoryRule
Delete a rule for a territory
Method: delete
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}/child/TerritoryRule/{TerrRuleId}
Get a rule for a territory
Method: get
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}/child/TerritoryRule/{TerrRuleId}
Get all rules for a territory
Method: get
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}/child/TerritoryRule
Update a rule for a territory
Method: patch
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}/child/TerritoryRule/{TerrRuleId}