Action
Process request to print.
Rather than requesting output directly from the printer, print messages are registered in a message queue service that the printer can access. A printer must be registered to the user, and the user must have permission to access the printer to send a print message.
post/v1/Print
Request body
Example request
{
"printer": "96d9e907-6efd-483b-8624-7d6a9504c8e0",
"dataTypeToPrint": "Text",
"dataToPrint": "Printing Test",
"stickyDirection": "Right",
"paperLength": "Auto",
"imageFitOption": "ScaleDown"
}Response
The output request was successful.