Trigger a batch execution
POST/platform/solutions/api/v1/orgs/{orgId}/batches/{batchId}:start
Trigger execution of a batch by its ID.
Usage
POST orgs/{orgId}/batches/{batchId}:start
Parameters
orgId(string, required): the ID of the organization.batchId(Guid, required): the ID of the batch to trigger.
Responses
200 OK: returns aBatchTriggerDtowith trigger details.404 Not Found: batch not found.
Security
This API requires authentication.
Request
Responses
- 200
- 404
OK
Not Found