| Name |
Type |
Description |
| SignerID |
string |
Optional. The ID of the Signer. |
| FirstName |
string |
Optional. Signers’ first names. |
| LastName |
string |
Required. Signers’ last names. |
| EmailAddress |
string |
Optional. Signers’ email addresses. |
| SignerRole |
string |
Required. Signers’ role to be used when assigning a signer to a template signer ID. See SignerRole specification table for signer role types. |
| Sequence |
int |
Sequence number of the signer. |
| Authenticationsettings |
Authenticationsettings |
Enter the authentication settings for the following: password, in-person signing and SMS phone number. See Authenticationsettings in Appendix B. |
| AuthMethod |
AuthenticationMethod |
Optional. The authentication method for the signer. The values can be:
AuthenticationMethod.KBAPlusPassword
AuthenticationMethod.KBA
AuthenticationMethod.None
AuthenticationMethod.Password
AuthenticationMethod.SMS |
| AuthMethods |
Array of AuthenticationMethod |
Optional |
| Properties |
Array of Key Value Pairs(string, string) |
Optional. Properties for a signer as key value pairs. Acceptable properties:
Key: DisableEditName
Value: 0 or 1 |
| SigningSessionId |
The Signing Session ID holding this signer |
Internal value |
| Contact |
Contact information of this signer |
Optional |
| FullName |
Signer’s full name |
Optional |
| SignerEmailSubject |
Special email notes to the signer |
Optional |
| SignerEmailMessage |
Special email notes to the signer |
Optional |
| MergeFieldMapping |
Refer to merge fields section |
Optional |
| SignatureImageBase64 |
Holds the Base64 string of the signer’s signature image to be applied on behalf of the signer in the signing ceremony |
Optional |
| InitialsImageBase64 |
Holds the Base64 string of the signer’s initial image to be applied on behalf of the signer in the signing ceremony |
Optional |
| AutoApplySignature |
When set to true, it automatically applies the signer’s provided signature and initial images from SignatureImageBase64/InitialsImageBase64 in the signing ceremony, otherwise it will require the signer to click/touch to sign. |
Optional |