- Subcategories:
- Initiatives
Sales Objectives REST Endpoints
Business Plans/Goals/Sales Objectives
The sales objectives resource is used to view, create, update and delete sales objectives associated with business plan's goal.
- Create a goal objective
- Method: postPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives - Delete a goal objective
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId} - Get a goal objective
- Method: getPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId} - Get all goal objectives
- Method: getPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives - Update a goal objective
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}