9.4 Start job

POST http://{{rip_ip}}:5438/jobs/{{job_id}}/start

Starts the job processing if not already in progress. If a number of copies is sent then this will be set as the remaining copy count, overwriting the existing remaining count. If no content is sent then the current copy count is kept.

Request

Optional an object containing the number of copies to be produced.

  • Copies (integer) : Number of copies to produce.

Response

Success
  • 200 OK : {"Message":"Job started"}
  • 200 OK : {"Message":"Job already running"}
Error
  • 404 Not Found : {"Message":"Job not found"}

Request Body

{"Copies"=>2}