This method is used to submit a workflow package. The package itself will contain the signing sequence and the participant’s information.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| username | string | mandatory | The username of the registered user who will send a package (on QS systems this will include the context id, and so will be of form xxxx_user@domain.com, where xxx is the context id) |
| password | string | mandatory | The password of the registered user who is sending the package. The parameter cannot be null or empty. |
| encodedPassword | boolean | optional | Indicates whether the password parameter is MD5 encoded. The parameter can be null (false). |
| reserved | string | mandatory | This is reserved for future use and must be submitted as null. |
| workflow | WorkflowEx2 | mandatory | The WorkflowEx object defines the workflow package being activated. |
Type: 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”)