This method is used to submit a workflow package.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| Username | xsd:string | mandatory – cannot be null or empty | Login Credentials. |
| password | xsd:string | mandatory – cannot be null or empty | Login Credentials. |
| pwordEncoded | xsd:boolean | optional – can be null (indicates false) | Indicates if the password parameter is MD5 hash and base64 encoded. |
| settings | Settings | optional – can be null or empty | The settings for the packages of the workflow. |
| workflow | Workflow | mandatory - cannot be null or empty | The object that defines the workflow. |
Response Type: String
Successful response will show a sent Id for the first package in the workflow.
<SENT_ID>11056</SENT_ID>