Start job
POST/jobs/:jobId:start
Signal that all data was added to a job and the Conversion Service API can start processing it.
The startJob
request activates the document merge and post-processing steps.
After starting a job, send the getJobResult
API request.
Request
Responses
- 204
- 404
- 409
The job has been started successfully
The job with the specified ID could not be found.
The job has already been started or canceled.