| Package | Description |
|---|---|
| com.docusign.esign.api |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeAttachmentsResult |
EnvelopesApi.deleteAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Delete one or more attachments from a DRAFT envelope.
|
EnvelopeAttachmentsResult |
EnvelopesApi.getAttachments(String accountId,
String envelopeId)
Returns a list of attachments associated with the specified envelope
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachment(String accountId,
String envelopeId,
String attachmentId,
Attachment attachment)
Add an attachment to a DRAFT or IN-PROCESS envelope.
|
EnvelopeAttachmentsResult |
EnvelopesApi.putAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Add one or more attachments to a DRAFT or IN-PROCESS envelope.
|
Copyright © 2017. All rights reserved.