9.10 Inject job
GET http://{{rip_ip}}:5438/jobs/{{job_id}}/inject
This method adds a valid job that is stored in the work folder of the RIP (see 5.1 RIP Configuration) to the active job list of the RIP. The job needs to follow the structure as documented at : https://help.printfactory.cloud/job-xml-definition
The job needs to hold either a document and processing instructions and/or hold META2 spool data (see https://help.printfactory.cloud/meta2-format/) in a folder with the JobGUID as name.
Response
Success
- 200 OK :
{"Message":"Job added"}
Error
- 400 Bad Request :
{"Message":"Job GUID mismatch"}
- 404 Not Found :
{"Message":"Device not found"}
- 404 Not Found :
{"Message":"Job not found"}
- 500 Internal Error :
{"Message":"An error has occurred"}