Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.72 KB

File metadata and controls

29 lines (26 loc) · 2.72 KB

SignRequest.Model.DocumentSignrequest

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} <no-reply@signrequest.com>` [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> [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]
SendReminders bool? Automatically remind signers to sign a document [optional]
Signers List<Signer> [optional]
Uuid string [optional]

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