Orchestration Associations REST Endpoints

Accounts/Orchestration Associations
The orchestration association resource lets you view the associations between Sales Orchestration process and the Transactional Objects.
Create
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations
Disassociate the orchestration with the transactional object
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/action/detachAssociatedOrchestration
Get all orchestration associations
Method: get
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations
Get an orchestration association
Method: get
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/{accounts_OrchestrationAssociations_Id}
Get unhelpful objective details
Method: post
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/action/getNotHelpfulObjectiveDetails
Update
Method: patch
Path: /crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/{accounts_OrchestrationAssociations_Id}