Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 3.96 KB

EzsignsignerRequestCompound.md

File metadata and controls

31 lines (16 loc) · 3.96 KB

EZmaxApiDefinitionFull.EzsignsignerRequestCompound

Properties

Name Type Description Notes
fkiUserlogintypeID Number The unique ID of the Userlogintype Valid values: Value
fkiTaxassignmentID Number The unique ID of the Taxassignment. Valid values: Value
fkiSecretquestionID Number The unique ID of the Secretquestion. Valid values: Value
eEzsignsignerLogintype String The method the Ezsignsigner will authenticate to the signing platform. 1. Password means the Ezsignsigner will receive a secure link by email. 2. PasswordPhone means the Ezsignsigner will receive a secure link by email and will need to authenticate using SMS or Phone call. Additional fee applies. 3. PasswordQuestion means the Ezsignsigner will receive a secure link by email and will need to authenticate using a predefined question and answer. 4. InPersonPhone means the Ezsignsigner will only be able to sign "In-Person" and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. Additional fee applies. 5. InPerson means the Ezsignsigner will only be able to sign "In-Person" and there won't be any authentication. No email will be sent for invitation to sign. Make sure you evaluate the risk of signature denial and at minimum, we recommend you use a handwritten signature type. [optional]
sEzsignsignerSecretanswer String The predefined answer to the secret question the Ezsignsigner will need to provide to successfully authenticate. [optional]
objContact EzsignsignerRequestCompoundContact

Enum: EEzsignsignerLogintypeEnum

  • Password (value: "Password")

  • PasswordPhone (value: "PasswordPhone")

  • PasswordQuestion (value: "PasswordQuestion")

  • InPersonPhone (value: "InPersonPhone")

  • InPerson (value: "InPerson")