Territories for Sales REST Endpoints

Territories for Sales
The sales territories resource is used to view, create, update, and delete the various versions of a sales territory. Each version record contains most of the key attributes of a territory. Most of the sales territory components are child object to a sales territory, for example, territory resource, territory coverage, and territory line of business.
Create a territory
Method: post
Path: /crmRestApi/resources/11.13.18.05/salesTerritories
Delete a territory
Method: delete
Path: /crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}
Get a territory
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}
Get all territories
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesTerritories
Update a territory
Method: patch
Path: /crmRestApi/resources/11.13.18.05/salesTerritories/{UniqueTerritoryNumber}