sendtoPaperOut

This method allows a calling process to ask the SDX system to re-route a package to the paperout account. This call was added to allow users of web services to add the ability to allow their users to manually request a paper version of the document.

Request Parameters

Parameter Type Requirement Description
username xsd:string mandatory – cannot be null or empty The username of the registered user who is sending the package
password xsd:string mandatory – cannot be null or empty The password of the registered user who is sending the package
encodedPassword xsd:boolean optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
packageid xsd:string mandatory – cannot be null or empty The package ID of the original package.

Response

Type: xsd:string

A successful response will at a minimum, return <SENT_ID>11056</SENT_ID>

Other fields may also be present depending on the skin configuration. An error will return “ERROR” - an error occurred.

This will be followed by a description of the error (e.g. “ERROR : No recipients provided”)