1. Home
  2. Knowledge Base
  3. Add Job to Nest Group

Add Job to Nest Group

Add Job XML file source for nesting in cloud

URL:

POST http://api.aurelon.com/api/v2/nester

Request Headers:

Content-Type : application/xml
MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication

Request Body:

Job XML (see Job XML description)

Example of XML:

<?xml version="1.0" encoding="UTF-8" ?>
<Job>
    <Name>Multicopy Example</Name>
    <User>MultiCopy Test</User>
    <JobType>Regular</JobType>
    <Print>true</Print>
    <PDFJob>
    <InputJobs>
    <FilePath Id="fa555d00-7373-4217-b1c6-6acf02cd5a58" Copies="2">C:\Files\PF_Quality_Eval.pdf</FilePath>
    <FilePath Id="fa555d22-7373-4217-b1c6-6acf02cd5a58" Copies="2">C:\Files\PF_Quality_Eval2.pdf</FilePath>
    </InputJobs>
    <IsTemporary>false</IsTemporary>
    </PDFJob>
    <NestGroupGUID>ef9b70f1-0598-4c11-874b-dc19bcdaaee7</NestGroupGUID>
</Job>

Response:

Content type application/json containing the result of the operation.

Success:

200 OK : {“Message”:”Job successfully saved”, “JobGUID”:”00000000-0000-0000-0000-000000000000″}

Error:

  • 401 Unauthorized : {“Message”: “Invalid HardwareHash”}
  • 401 Unauthorized : {“Message”: “Invalid MisKey”}
  • 404 Not Found : {“Message”: “NestGroupGUID is not found”}
  • 404 Not Found : {“Message”: “Document FilePath.Id is not found”}
  • 415 Unsupported Media Type : {“Message”: “Expected type: application/xml”}
  • 401 Unauthorized : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” headers are required”}
  • 400 Bad Request : {“Message”: “”NestGroupGUID” value required in xml”}
  • 500 Internal Server Error : {“Message”: “Internal Server Error”}
Updated on May 19, 2022

Was this article helpful?