Initiatives REST Endpoints

Objectives/Initiatives
The initiatives resource is used to view, create, update and delete initiatives associated with business plan's sales objective.
Create an initiative
Method: post
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives
Delete an initiative
Method: delete
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}
Get all initiatives
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives
Get an initiative
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}
Update an initiative
Method: patch
Path: /crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}