Orchestration Associations REST Endpoints

Opportunities/Orchestration Associations
The orchestrations associations resource is used to view, create, update, and delete an orchestration association.
Create an orchestration association
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations
Disassociate the orchestration with the transactional object
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations/action/detachAssociatedOrchestration
Get all orchestration associations
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations
Get an orchestration association
Method: get
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations/{OrchestrationAssociationNumber}
Get unhelpful objective details
Method: post
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations/action/getNotHelpfulObjectiveDetails
Update an orchestration association
Method: patch
Path: /crmRestApi/resources/11.13.18.05/opportunities/{OptyNumber}/child/OrchestrationAssociations/{OrchestrationAssociationNumber}