Orchestrations REST Endpoints

Orchestrations
The orchestrations resource is used to view, create, update, and delete an orchestration. It's a guided series of sequential stages and steps to help you plan and advance your business workflows at maximum efficiency.
Copy orchestration
Method: post
Path: /crmRestApi/resources/11.13.18.05/orchestrations/action/cloneOrchestration
Create an orchestration
Method: post
Path: /crmRestApi/resources/11.13.18.05/orchestrations
Delete an orchestration
Method: delete
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}
Get all orchestrations
Method: get
Path: /crmRestApi/resources/11.13.18.05/orchestrations
Get an orchestration
Method: get
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}
Update an orchestration
Method: patch
Path: /crmRestApi/resources/11.13.18.05/orchestrations/{OrchestrationNumber}