v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Commands

Add printer command

Adds a new printer command representing printing of the specified document on a printer. Note this operation supports Portfolio Access Tokens.

post/api/connector/v1/commands/addPrinter

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

EnterpriseIdstring uuid nullable

Unique identifier of the enterprise. Required when using Portfolio Access Tokens, ignored otherwise.

PrinterIdstring uuid required

Unique identifier of the Printer Device where to print the document.

Datastring required

Base64 encoded data of PDF document to print.

CopyCountinteger required

Count of copies to be printed.

Response

OK

CommandIdstring uuid required

Unique identifier of the created Command.