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: post
Path: /crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}/child/Initiatives
Delete an objective initiative
Method: delete
Path: /crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}
Get all objective initiatives
Method: get
Path: /crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}/child/Initiatives
Get an objective initiative
Method: get
Path: /crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}
Update an objective initiative
Method: patch
Path: /crmRestApi/resources/11.13.18.05/businessPlans/{BusinessPlanId}/child/Goals/{GoalNumber}/child/SalesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}