Sales Territory Proposals REST Endpoints

Sales Territory Proposals
The sales territory proposals resource is used to view, create, update, and delete territory proposals. A territory proposal is a container used to model territory changes without affecting the active territories. Sales executives, administrators, and managers use territory proposals to model different ways to partition their territories and view the results until they are satisfied with a model. They can then activate the preferred territory proposals.
Create a proposal
Method: post
Path: /crmRestApi/resources/11.13.18.05/proposals
Delete a proposal
Method: delete
Path: /crmRestApi/resources/11.13.18.05/proposals/{TerrProposalId}
Get a proposal
Method: get
Path: /crmRestApi/resources/11.13.18.05/proposals/{TerrProposalId}
Get all proposals
Method: get
Path: /crmRestApi/resources/11.13.18.05/proposals
Update a proposal
Method: patch
Path: /crmRestApi/resources/11.13.18.05/proposals/{TerrProposalId}