- Subcategories:
- Smart Actions
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: postPath:
/crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives - Delete an initiative
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId} - Get all initiatives
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives - Get an initiative
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId} - Update an initiative
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/salesObjectives/{ObjectiveId}/child/Initiatives/{InitiativeId}