Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.74 KB

EnvelopeFormData.md

File metadata and controls

15 lines (11 loc) · 1.74 KB

EnvelopeFormData

Properties

Name Type Description Notes
emailSubject String The subject line of the email message that is sent to all recipients. For information about adding merge field information to the email subject, see Template Email Subject Merge Fields. [optional]
envelopeId String The id of the envelope. [optional]
formData [FormDataItem] An array of form data objects. [optional]
recipientFormData [RecipientFormData] An array of form data objects that are associated with specific recipients. [optional]
sentDateTime String The UTC DateTime when the envelope was sent. Read only. [optional]
status String Indicates the envelope status. Valid values are: * `completed`: The recipients have finished working with the envelope: the documents are signed and all required tabs are filled in. * `created`: The envelope is created as a draft. It can be modified and sent later. * `declined`: The envelope has been declined by the recipients. * `delivered`: The envelope has been delivered to the recipients. * `sent`: The envelope will be sent to the recipients after the envelope is created. * `signed`: The envelope has been signed by the recipients. * `voided`: The envelope is no longer valid and recipients cannot access or sign the envelope. [optional]

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