- Subcategories:
- Sales Objectives
- Smart Actions
Goals REST Endpoints
Business Plans/Goals
The goals resource is used to view, create, update and delete goals associated with business plan.
- Create a business plan goal
- Method: postPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals
- Delet a business plan goal
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}
- Get a business plan goal
- Method: getPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}
- Get all business plan goals
- Method: getPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals
- Update a business plan goal
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}