createWorkFlowPackageEx

This method is used to submit a workflow package. The package itself will contain the signing sequence and the participant’s information.

Request Parameters

Parameter Type Requirement Description
username string mandatory The username of the registered user who is sending the package. The parameter cannot be null or empty.
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 WorkflowEx mandatory The WorkflowEx object defines the workflow package being activated.

Response

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”)