Opportunity Revenue Territories REST Endpoints

Opportunities/Revenue Items/Opportunity Revenue Territories
The opportunity revenue territories resource is used to view, create, update, and delete the revenue territories assigned to an opportunity revenue line. The territories provide the rules for automatically assigning salespeople and other resources to customers, partners, leads, and opportunity line items.
Create a territory for an opportunity revenue
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}/child/RevenueTerritory
Delete an opportunity revenue territory
Method: delete
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}/child/RevenueTerritory/{RevenueTerritoryUniqID}
Get all opportunity revenue territories
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}/child/RevenueTerritory
Get an opportunity revenue territory
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}/child/RevenueTerritory/{RevenueTerritoryUniqID}
Update an opportunity revenue territory
Method: patch
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/ChildRevenue/{ChildRevenueUniqID}/child/RevenueTerritory/{RevenueTerritoryUniqID}