Method
POST
Parameters
A JSON object corresponding to the Batch interface in the engine. Its properties are as follows:
Response Codes
Example
Request Body:
{
"type": "aBatchType",
"totalJobs": 10,
"batchJobsPerSeed": 100,
"jobsCreated": 10,
"monitorJobDefinitionId": "aMonitorJobDefinitionId",
"batchJobDefinitionId": "aBatchJobDefinitionId",
"suspened": false,
"tenantId": "aTenantId"
}