Objectives REST Endpoints

Objectives
The objectives resource is used to view, create, update, and delete sales objectives. Objectives are measurable tactical goals that partners need to meet to achieve a higher level strategic goal defined in the partner business plan. For example, objectives establish tactical goals, such as target revenue for a quarter, completing number of sales calls within a specific tenure of the business plan, and organizing a certain number of sales presentations.
Create an objective
Method: post
Path: /crmRestApi/resources/11.13.18.05/salesObjectives
Delete an objective
Method: delete
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}
Get all objectives
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesObjectives
Get an objective
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}
Update an objective
Method: patch
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}