updatePrintRequest

Update print request

Updates a print request identified by its unique ID (obtained by POST /documentInstance/{documentId}/print) with a specific action.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Print request id

Query Params
string

Workstation for print

string
enum
required

Defines the type of action on specified print request.

  • CANCEL : The pool is contacted with request to cancel selected request
  • IGNORE : Print request is being ignored.
  • RESET : Printing process is reset.

Allowed:
int32

Action timeout in seconds; currently applicable to CANCEL only, this parameter allows to set maximum time to wait for selected action to finish.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

404

Print request was not found

423

Print request locked when updating status

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!