Step Objective Associations REST Endpoints

Orchestrations/Stages/Step Objective Associations
The step objective associations resource is used to view, create, update, and delete a step objective association. It's the objective of performing a step. One step can be mapped to multiple objectives.
Create an orchestration step objective association
Method: post
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}/child/Stages/{OrchestrationStageNumber}/child/StepObjectivesAssociations
Delete an orchestration step objective association
Method: delete
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}/child/Stages/{OrchestrationStageNumber}/child/StepObjectivesAssociations/{StepObjectiveAssocNumber}
Get all orchestration step objective associations
Method: get
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}/child/Stages/{OrchestrationStageNumber}/child/StepObjectivesAssociations
Get an orchestration step objective association
Method: get
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}/child/Stages/{OrchestrationStageNumber}/child/StepObjectivesAssociations/{StepObjectiveAssocNumber}
Update an orchestration step objective association-Not Supported
Method: patch
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}/child/Stages/{OrchestrationStageNumber}/child/StepObjectivesAssociations/{StepObjectiveAssocNumber}