EnvelopeAttachmentsResult |
EnvelopesApi.deleteAttachments(java.lang.String accountId,
java.lang.String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest) |
Delete one or more attachments from a DRAFT envelope..
|
EnvelopeAttachmentsResult |
EnvelopesApi.getAttachments(java.lang.String accountId,
java.lang.String envelopeId) |
Returns a list of attachments associated with the specified envelope.
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachment(java.lang.String accountId,
java.lang.String envelopeId,
java.lang.String attachmentId,
Attachment attachment) |
Add an attachment to a DRAFT or IN-PROCESS envelope..
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachments(java.lang.String accountId,
java.lang.String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest) |
Add one or more attachments to a DRAFT or IN-PROCESS envelope..
|