Method

POST

Parameters

A JSON object corresponding to the Batch interface in the engine. Its properties are as follows:

Response Codes

Example

Request Body:

  1. {
  2. "type": "aBatchType",
  3. "totalJobs": 10,
  4. "batchJobsPerSeed": 100,
  5. "jobsCreated": 10,
  6. "monitorJobDefinitionId": "aMonitorJobDefinitionId",
  7. "batchJobDefinitionId": "aBatchJobDefinitionId",
  8. "suspened": false,
  9. "tenantId": null
  10. }