Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 965 Bytes

SignatureRequestUpdateRequest.md

File metadata and controls

13 lines (9 loc) · 965 Bytes

Dropbox.Sign.Model.SignatureRequestUpdateRequest

Properties

Name Type Description Notes
SignatureId string The signature ID for the recipient.
EmailAddress string The new email address for the recipient.

NOTE: Optional if name is provided.
[optional]
Name string The new name for the recipient.

NOTE: Optional if email_address is provided.
[optional]
ExpiresAt int? The new time when the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See Signature Request Expiration Date for details. [optional]

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