5.2 Add/Update Job

POST https://{{domain}}/api/v2/job

Adds a job or updates a job as specified by JobGUID in the body. The information regarding the job will be extracted from the Job.xml.

Request:

Content-type: application/xml
Job XML (see Job XML specification)

Response

Content-type: application/json

Success

  • 200 OK: Job successfully saved

HEADERS

KeyDatatypeRequiredDescription
SendNotificationbooleanboolean, default "false"
When the job is created from external source this flags notifies the RIP driving the destination device to collect the job.