Print Jobs
Create print job
Create a new print job.
post/api/v1/printJobs
Request body
Example request
{
"printer": {
"id": "1"
},
"file": {
"name": "print-job-1",
"type": "pdf",
"content": "JVBERi0xLjQKJeLjz9MKMSAwIG9iago8=="
}
}Response
Resource successfully created response
Changes
No recorded changes to this endpoint across all 1 revision of this API.