Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 994 Bytes

SignatureRequestUpdateRequest.md

File metadata and controls

17 lines (9 loc) · 994 Bytes

SignatureRequestUpdateRequest

Properties

Name Type Description Notes
signature_id*required str The signature ID for the recipient.
email_address str The new email address for the recipient.

This will generate a new signature_id value.

NOTE: Optional if name is provided.
name str The new name for the recipient.

NOTE: Optional if email_address is provided.
expires_at int, none_type 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.

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