Sales Territories REST Endpoints

Sales Territories
The sales territories resource represents the list of sales territories that the logged-in user can view. A sales territory is an organizational domain with boundaries defined by attributes of customers, products, services, resources, and so on. Sales territories can be created based on multiple criteria including postal code, area code, country, vertical market, size of company, product expertise, and geographical location. Sales territories form the fundamental infrastructure of sales management as they define the jurisdiction that salespeople have over sales accounts, or the jurisdiction that channel sales managers have over partners and partner transactions.
Create a territory
Method: post
Path: /crmRestApi/resources/11.13.18.05/territories
Delete a territory
Method: delete
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}
Get a territory
Method: get
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}
Get all territories
Method: get
Path: /crmRestApi/resources/11.13.18.05/territories
Update a territory
Method: patch
Path: /crmRestApi/resources/11.13.18.05/territories/{TerritoryVersionId}