Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 4.62 KB

File metadata and controls

47 lines (44 loc) · 4.62 KB

SignRequest.Model.SignRequestQuickCreate

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> 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 [optional]
Integration string [optional]
IntegrationData Object [optional]
Name string Defaults to filename, including extension [optional]
ExternalId string ID used to reference document in external system [optional]
FrontendId string Shared secret used in conjunction with <a href=&quot;#section/Frontend-API/SignRequest-js-client-(beta)&quot;>SignRequest-js client</a> to grant user access to a document that's not a member of the document's team [optional]
_File string Temporary URL to original file, expires in five minutes [optional]
FileFromUrl string Publicly accessible URL of document to be downloaded by SignRequest [optional]
EventsCallbackUrl string URL at which to receive event callbacks for this document [optional]
FileFromContent string Base64 encoded document content [optional]
FileFromContentName string Filename, including extension. Required when using `file_from_content`. [optional]
Template string [optional]
PrefillTags List<InlinePrefillTags> Prefill signer input data, see prefill tags [optional]
Integrations List<InlineIntegrationData> [optional]
FileFromSf FileFromSf [optional]
AutoDeleteDays int? Number of days after which a finished document (signed/cancelled/declined) will be automatically deleted [optional]
AutoExpireDays int? Number of days after which a non finished document will be automatically expired [optional]

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