A workflow transaction will have one of more participants as described on the Participant object.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| username | string | mandatory | The email address of the account to be used as this signer. |
| note | string | mandatory | The note to be displayed to this signer during their signing session. |
| name | string | mandatory | The name of the participant. |
| fieldName | string | mandatory | The name on the form field. |
| fieldTBS | string | mandatory | The name on the form field. |
| field CompanyName | string | mandatory | The name on the form field. |
| field CompanyNameValue | string | optional | The company name of the participant. |
| field CompanyNameLocations | string | optional | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. |
| fieldDate | string | optional | The PDF field name of the form field within the PDF that will have the date of the signing placed within it in a bold font, simulating a written date. |
| fieldAudit | string | optional | The PDF field name of the form field within the PDF that will have the optional audit log for this signer placed within it in. |
| fieldNameLocations | string | optional | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. |
| fieldTBSLocations | string | optional | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. |
| fieldDateLocations | string | optional | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. |
| fieldAuditLocations | string | optional | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. |
| kbacontent | string | optional | This is the meta data that will be used by SDX to generate KBA (knowledge based authentication). |
| Parameter | Detailed Description |
|---|---|
| username | The email address of the account to be used as this signer. The account will only be created automatically if the skin is configured to create accounts on-the-fly. This should *not* include the context id of the QS in use, and so will always be of format user@domain.com. |
| note | The note to be displayed to this signer during their signing session. This is free format and can be anything. For example: You are the second signer; please review the document. |
| name | The name of the participant. This is used within the signature block in the signing text and also in any TEXTBOX field that exists in the PDF with the name defined by fieldname. |
| fieldname | The PDF field name of the form field within the PDF that will have this signers name as defined by "name" field placed within it in a bold italic font, simulating a written signature.
|
| fieldTBS | The PDF field name of the form field within the PDF that will have this signers digital signature placed within it.
|
| fieldCompanyName | The PDF field name of the form field within the PDF that will have this signers company name, as defined by “fieldCompanyNameValue” field placed within it in a bold font.
|
| fieldCompanyNameValue | The company name of the participant. This will be used within the any TEXTBOX field that exists in the PDF with the name defined by fieldCompanyName. |
| fieldCompanyNameLocations | These fields allow the calling system to ask SDX to inject tagged fields into the PDF attachments. The fields themselves correspond to the respective fields naming the tagged fields. The tagged fields that are injected are all of type TEXTBOX apart from the fieldName which is of type SIGNATURE. The format of all these fields is: p,LLX, LLY, URX, URY: p,LLX, LLY, URX, URY.
|
| fieldDate | The PDF field name of the form field within the PDF that will have the date of the signing placed within it in a bold font, simulating a written date.
|
| fieldAudit | The PDF field name of the form field within the PDF that will have the optional audit log for this signer placed within it in.
|
| kbacontent | This is the meta data that will be used by SDX to generate KBA (knowledge based authentication).
|