Create new job
POST/jobs/
Create a new job to be processed with the given workflow and profile.
After the job has been created, data (typically documents) can be added using the addData request.
All created jobs should be deleted using the deleteJob request.
Request
Responses
- 201
- 400
- 415
- 503
Successful response to the createJob and getJobInfo requests
- Request could not be parsed
- The options are not valid JSON
- The requested workflow or profile does not exist
The content type is neither application/json nor application/xml
Too many jobs.