Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 2.93 KB

SignRequest.md

File metadata and controls

33 lines (30 loc) · 2.93 KB

SignRequest.Model.SignRequest

Properties

Name Type Description Notes
FromEmail string Email of user sending the SignRequest (must be a validated email) [optional]
FromEmailName string Name to be used in the `From` email header, e.g. `{from_email_name} <[email protected]>` [optional]
IsBeingPrepared bool? Have the sender of a SignRequest prepare the document before sending the request out, see: prepare using the web interface [optional]
PrepareUrl string [optional]
RedirectUrl string URL at which SignRequest will redirect to when a document is signed [optional]
RedirectUrlDeclined string URL at which SignRequest will redirect to when a document is declined [optional]
RequiredAttachments List<RequiredAttachment> Attachments that signers are required to upload [optional]
DisableAttachments bool? Disable uploading/adding of attachments [optional]
DisableTextSignatures bool? Disable usage of signatures generated by typing (text) [optional]
DisableText bool? Disable adding of text [optional]
DisableDate bool? Disable adding of dates [optional]
DisableEmails bool? Disable all SignRequest status emails as well as the email that contains the signed documents [optional]
DisableUploadSignatures bool? Disable usage of uploaded signatures (images) [optional]
DisableBlockchainProof bool? Disables storing timestamp proof hashes in blockchain integrations. [optional]
TextMessageVerificationLocked bool? When true a text message verification is needed before the signer can see the document [optional]
Subject string Subject of SignRequest email [optional]
Message string Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` [optional]
Who string `m`: only me, `mo`: me and others, `o`: only others [optional] [default to WhoEnum.O]
SendReminders bool? Automatically remind signers to sign a document [optional]
Signers List<Signer>
Uuid string [optional]
Url string [optional]
Document string
Integration string [optional]
IntegrationData Object [optional]

[Back to Model list] [Back to API list] [Back to README]