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: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations
- Disassociate the orchestration with the transactional object
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/action/detachAssociatedOrchestration
- Get all orchestration associations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations
- Get an orchestration association
- Method: getPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/{accounts_OrchestrationAssociations_Id}
- Get unhelpful objective details
- Method: postPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/action/getNotHelpfulObjectiveDetails
- Update
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/OrchestrationAssociations/{accounts_OrchestrationAssociations_Id}