Synchronize list of active jobs in a RIP
URL:
POST http://api.aurelon.com/api/v2/job/sync
Request Headers:
Content-Type : application/json
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication
Request Body:
JSON object containing:
- ComputerGUID – required – the Computer GUID
- JobsList – required – Array of active JobGUIDs at the RIP
Response:
Content type application/json containing the result of the operation.
Success:
200 OK : “Job status successfully synchronized”
Error:
- 401 Unauthorised : {“Message”: “Message”:”Invalid HardwareHash”}
- 404 Not Found : {“Message”:”ComputerGUID is not found”}
- 415 Unsupported Media Type : {“Message”:”Expected type: application/json”}
- 401 Unauthorized : {“Message”:”HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 400 Bad Request : {“Message”:””ComputerGUID” value required”}
- 400 Bad Request : {“Message”:””JobsList” value required”}
- 500 Internal Server Error : {“Message”:”Internal Server Error”}