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