public class EnvelopesApi extends Object
| Constructor and Description |
|---|
EnvelopesApi() |
EnvelopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTemplateList |
applyTemplate(String accountId,
String envelopeId,
DocumentTemplateList documentTemplateList)
Adds templates to an envelope.
|
DocumentTemplateList |
applyTemplateToDocument(String accountId,
String envelopeId,
String documentId,
DocumentTemplateList documentTemplateList)
Adds templates to a document in an envelope.
|
ChunkedUploadResponse |
createChunkedUpload(String accountId,
ChunkedUploadRequest chunkedUploadRequest)
Initiate a new ChunkedUpload.
|
ViewUrl |
createConsoleView(String accountId,
ConsoleViewRequest consoleViewRequest)
Returns a URL to the authentication view UI.
|
ViewUrl |
createCorrectView(String accountId,
String envelopeId,
CorrectViewRequest correctViewRequest)
Returns a URL to the envelope correction UI.
|
CustomFields |
createCustomFields(String accountId,
String envelopeId,
CustomFields customFields)
Updates envelope custom fields for an envelope.
|
DocumentFieldsInformation |
createDocumentFields(String accountId,
String envelopeId,
String documentId,
DocumentFieldsInformation documentFieldsInformation)
Creates custom document fields in an existing envelope document.
|
ViewUrl |
createEditView(String accountId,
String envelopeId,
ReturnUrlRequest returnUrlRequest)
Returns a URL to the edit view UI.
|
EmailSettings |
createEmailSettings(String accountId,
String envelopeId,
EmailSettings emailSettings)
Adds email setting overrides to an envelope.
|
EnvelopeSummary |
createEnvelope(String accountId,
EnvelopeDefinition envelopeDefinition)
Creates an envelope.
|
EnvelopeSummary |
createEnvelope(String accountId,
EnvelopeDefinition envelopeDefinition,
EnvelopesApi.CreateEnvelopeOptions options)
Creates an envelope.
|
LockInformation |
createLock(String accountId,
String envelopeId,
LockRequest lockRequest)
Lock an envelope.
|
Recipients |
createRecipient(String accountId,
String envelopeId,
Recipients recipients)
Adds one or more recipients to an envelope.
|
Recipients |
createRecipient(String accountId,
String envelopeId,
Recipients recipients,
EnvelopesApi.CreateRecipientOptions options)
Adds one or more recipients to an envelope.
|
ViewUrl |
createRecipientView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest)
Returns a URL to the recipient view UI.
|
ViewUrl |
createSenderView(String accountId,
String envelopeId,
ReturnUrlRequest returnUrlRequest)
Returns a URL to the sender view UI.
|
Tabs |
createTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Adds tabs for a recipient.
|
ViewUrl |
createViewLink(String accountId,
String envelopeId,
ViewLinkRequest viewLinkRequest)
Reserved: Returns a URL to the secure link view UI.
|
EnvelopeAttachmentsResult |
deleteAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Delete one or more attachments from a DRAFT envelope.
|
ChunkedUploadResponse |
deleteChunkedUpload(String accountId,
String chunkedUploadId)
Delete an existing ChunkedUpload.
|
CustomFields |
deleteCustomFields(String accountId,
String envelopeId,
CustomFields customFields)
Deletes envelope custom fields for draft and in-process envelopes.
|
DocumentFieldsInformation |
deleteDocumentFields(String accountId,
String envelopeId,
String documentId,
DocumentFieldsInformation documentFieldsInformation)
Deletes custom document fields from an existing envelope document.
|
void |
deleteDocumentPage(String accountId,
String envelopeId,
String documentId,
String pageNumber)
Deletes a page from a document in an envelope.
|
EnvelopeDocumentsResult |
deleteDocuments(String accountId,
String envelopeId,
EnvelopeDefinition envelopeDefinition)
Deletes documents from a draft envelope.
|
EmailSettings |
deleteEmailSettings(String accountId,
String envelopeId)
Deletes the email setting overrides for an envelope.
|
LockInformation |
deleteLock(String accountId,
String envelopeId)
Deletes an envelope lock.
|
Recipients |
deleteRecipient(String accountId,
String envelopeId,
String recipientId)
Deletes a recipient from an envelope.
|
Recipients |
deleteRecipients(String accountId,
String envelopeId,
Recipients recipients)
Deletes recipients from an envelope.
|
Tabs |
deleteTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Deletes the tabs associated with a recipient.
|
void |
deleteTemplatesFromDocument(String accountId,
String envelopeId,
String documentId,
String templateId)
Deletes a template from a document in an existing envelope.
|
void |
deleteViewLink(String accountId,
String envelopeId)
Reserved: Expires a secure view link.
|
ApiClient |
getApiClient() |
void |
getAttachment(String accountId,
String envelopeId,
String attachmentId)
Retrieves an attachment from the envelope.
|
EnvelopeAttachmentsResult |
getAttachments(String accountId,
String envelopeId)
Returns a list of attachments associated with the specified envelope
|
ChunkedUploadResponse |
getChunkedUpload(String accountId,
String chunkedUploadId)
Retrieves the current metadata of a ChunkedUpload.
|
ChunkedUploadResponse |
getChunkedUpload(String accountId,
String chunkedUploadId,
EnvelopesApi.GetChunkedUploadOptions options)
Retrieves the current metadata of a ChunkedUpload.
|
ConsumerDisclosure |
getConsumerDisclosure(String accountId,
String envelopeId,
String recipientId,
String langCode)
Reserved: Gets the Electronic Record and Signature Disclosure associated with the account.
|
ConsumerDisclosure |
getConsumerDisclosure(String accountId,
String envelopeId,
String recipientId,
String langCode,
EnvelopesApi.GetConsumerDisclosureOptions options)
Reserved: Gets the Electronic Record and Signature Disclosure associated with the account.
|
ConsumerDisclosure |
getConsumerDisclosureDefault(String accountId,
String envelopeId,
String recipientId)
Gets the Electronic Record and Signature Disclosure associated with the account.
|
ConsumerDisclosure |
getConsumerDisclosureDefault(String accountId,
String envelopeId,
String recipientId,
EnvelopesApi.GetConsumerDisclosureDefaultOptions options)
Gets the Electronic Record and Signature Disclosure associated with the account.
|
byte[] |
getDocument(String accountId,
String envelopeId,
String documentId)
Gets a document from an envelope.
|
byte[] |
getDocument(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.GetDocumentOptions options)
Gets a document from an envelope.
|
byte[] |
getDocumentPageImage(String accountId,
String envelopeId,
String documentId,
String pageNumber)
Gets a page image from an envelope for display.
|
byte[] |
getDocumentPageImage(String accountId,
String envelopeId,
String documentId,
String pageNumber,
EnvelopesApi.GetDocumentPageImageOptions options)
Gets a page image from an envelope for display.
|
EmailSettings |
getEmailSettings(String accountId,
String envelopeId)
Gets the email setting overrides for an envelope.
|
Envelope |
getEnvelope(String accountId,
String envelopeId)
Gets the status of a envelope.
|
Envelope |
getEnvelope(String accountId,
String envelopeId,
EnvelopesApi.GetEnvelopeOptions options)
Gets the status of a envelope.
|
EnvelopeFormData |
getFormData(String accountId,
String envelopeId)
Returns envelope form data for an existing envelope.
|
LockInformation |
getLock(String accountId,
String envelopeId)
Gets envelope lock information.
|
Notification |
getNotificationSettings(String accountId,
String envelopeId)
Gets envelope notification information.
|
DocumentVisibilityList |
getRecipientDocumentVisibility(String accountId,
String envelopeId,
String recipientId)
Returns document visibility for the recipients
|
byte[] |
getRecipientInitialsImage(String accountId,
String envelopeId,
String recipientId)
Gets the initials image for a user.
|
byte[] |
getRecipientInitialsImage(String accountId,
String envelopeId,
String recipientId,
EnvelopesApi.GetRecipientInitialsImageOptions options)
Gets the initials image for a user.
|
UserSignature |
getRecipientSignature(String accountId,
String envelopeId,
String recipientId)
Gets signature information for a signer or sign-in-person recipient.
|
byte[] |
getRecipientSignatureImage(String accountId,
String envelopeId,
String recipientId)
Retrieve signature image information for a signer/sign-in-person recipient.
|
byte[] |
getRecipientSignatureImage(String accountId,
String envelopeId,
String recipientId,
EnvelopesApi.GetRecipientSignatureImageOptions options)
Retrieve signature image information for a signer/sign-in-person recipient.
|
DocumentVisibilityList |
getTemplateRecipientDocumentVisibility(String accountId,
String templateId,
String recipientId)
Returns document visibility for the recipients
|
EnvelopeAuditEventResponse |
listAuditEvents(String accountId,
String envelopeId)
Gets the envelope audit events for an envelope.
|
CustomFieldsEnvelope |
listCustomFields(String accountId,
String envelopeId)
Gets the custom field information for the specified envelope.
|
DocumentFieldsInformation |
listDocumentFields(String accountId,
String envelopeId,
String documentId)
Gets the custom document fields from an existing envelope document.
|
EnvelopeDocumentsResult |
listDocuments(String accountId,
String envelopeId)
Gets a list of envelope documents.
|
EnvelopeDocumentsResult |
listDocuments(String accountId,
String envelopeId,
EnvelopesApi.ListDocumentsOptions options)
Gets a list of envelope documents.
|
Recipients |
listRecipients(String accountId,
String envelopeId)
Gets the status of recipients for an envelope.
|
Recipients |
listRecipients(String accountId,
String envelopeId,
EnvelopesApi.ListRecipientsOptions options)
Gets the status of recipients for an envelope.
|
EnvelopesInformation |
listStatus(String accountId,
EnvelopeIdsRequest envelopeIdsRequest)
Gets the envelope status for the specified envelopes.
|
EnvelopesInformation |
listStatus(String accountId,
EnvelopeIdsRequest envelopeIdsRequest,
EnvelopesApi.ListStatusOptions options)
Gets the envelope status for the specified envelopes.
|
EnvelopesInformation |
listStatusChanges(String accountId)
Gets status changes for one or more envelopes.
|
EnvelopesInformation |
listStatusChanges(String accountId,
EnvelopesApi.ListStatusChangesOptions options)
Gets status changes for one or more envelopes.
|
Tabs |
listTabs(String accountId,
String envelopeId,
String recipientId)
Gets the tabs information for a signer or sign-in-person recipient in an envelope.
|
Tabs |
listTabs(String accountId,
String envelopeId,
String recipientId,
EnvelopesApi.ListTabsOptions options)
Gets the tabs information for a signer or sign-in-person recipient in an envelope.
|
TemplateInformation |
listTemplates(String accountId,
String envelopeId)
Get List of Templates used in an Envelope
This returns a list of the server-side templates, their name and ID, used in an envelope.
|
TemplateInformation |
listTemplates(String accountId,
String envelopeId,
EnvelopesApi.ListTemplatesOptions options)
Get List of Templates used in an Envelope
This returns a list of the server-side templates, their name and ID, used in an envelope.
|
TemplateInformation |
listTemplatesForDocument(String accountId,
String envelopeId,
String documentId)
Gets the templates associated with a document in an existing envelope.
|
TemplateInformation |
listTemplatesForDocument(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.ListTemplatesForDocumentOptions options)
Gets the templates associated with a document in an existing envelope.
|
EnvelopeAttachmentsResult |
putAttachment(String accountId,
String envelopeId,
String attachmentId,
Attachment attachment)
Add an attachment to a DRAFT or IN-PROCESS envelope.
|
EnvelopeAttachmentsResult |
putAttachments(String accountId,
String envelopeId,
EnvelopeAttachmentsRequest envelopeAttachmentsRequest)
Add one or more attachments to a DRAFT or IN-PROCESS envelope.
|
void |
rotateDocumentPage(String accountId,
String envelopeId,
String documentId,
String pageNumber,
PageRequest pageRequest)
Rotates page image from an envelope for display.
|
void |
setApiClient(ApiClient apiClient) |
EnvelopeUpdateSummary |
update(String accountId,
String envelopeId,
Envelope envelope)
Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft
The Put Envelopes endpoint provides the following functionality:\n\n* Sends the specified single draft envelope.\nAdd {\"status\":\"sent\"} to the request body to send the envelope.\n\n* Voids the specified in-process envelope.\nAdd {\"status\":\"voided\", \"voidedReason\":\"The reason for voiding the envelope\"} to the request body to void the envelope.\n\n* Replaces the current email subject and message for a draft envelope.\nAdd {\"emailSubject\":\"subject\", \"emailBlurb\":\"message\"} to the request body to modify the subject and message.\n\n* Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system.\nAdd {\"purgeState\":\"purge type\"} to the request body.\n\n*Additional information on purging documents*\n\nThe purge request can only be used for completed envelopes that are not marked as the authoritative copy.
|
EnvelopeUpdateSummary |
update(String accountId,
String envelopeId,
Envelope envelope,
EnvelopesApi.UpdateOptions options)
Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft
The Put Envelopes endpoint provides the following functionality:\n\n* Sends the specified single draft envelope.\nAdd {\"status\":\"sent\"} to the request body to send the envelope.\n\n* Voids the specified in-process envelope.\nAdd {\"status\":\"voided\", \"voidedReason\":\"The reason for voiding the envelope\"} to the request body to void the envelope.\n\n* Replaces the current email subject and message for a draft envelope.\nAdd {\"emailSubject\":\"subject\", \"emailBlurb\":\"message\"} to the request body to modify the subject and message.\n\n* Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system.\nAdd {\"purgeState\":\"purge type\"} to the request body.\n\n*Additional information on purging documents*\n\nThe purge request can only be used for completed envelopes that are not marked as the authoritative copy.
|
ChunkedUploadResponse |
updateChunkedUpload(String accountId,
String chunkedUploadId)
Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere.
|
ChunkedUploadResponse |
updateChunkedUpload(String accountId,
String chunkedUploadId,
EnvelopesApi.UpdateChunkedUploadOptions options)
Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere.
|
ChunkedUploadResponse |
updateChunkedUploadPart(String accountId,
String chunkedUploadId,
String chunkedUploadPartSeq,
ChunkedUploadRequest chunkedUploadRequest)
Add a chunk, a chunk 'part', to an existing ChunkedUpload.
|
CustomFields |
updateCustomFields(String accountId,
String envelopeId,
CustomFields customFields)
Updates envelope custom fields in an envelope.
|
void |
updateDocument(String accountId,
String envelopeId,
String documentId)
Adds a document to an existing draft envelope.
|
void |
updateDocument(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.UpdateDocumentOptions options)
Adds a document to an existing draft envelope.
|
DocumentFieldsInformation |
updateDocumentFields(String accountId,
String envelopeId,
String documentId,
DocumentFieldsInformation documentFieldsInformation)
Updates existing custom document fields in an existing envelope document.
|
EnvelopeDocumentsResult |
updateDocuments(String accountId,
String envelopeId,
EnvelopeDefinition envelopeDefinition)
Adds one or more documents to an existing envelope document.
|
EnvelopeDocumentsResult |
updateDocuments(String accountId,
String envelopeId,
EnvelopeDefinition envelopeDefinition,
EnvelopesApi.UpdateDocumentsOptions options)
Adds one or more documents to an existing envelope document.
|
EmailSettings |
updateEmailSettings(String accountId,
String envelopeId,
EmailSettings emailSettings)
Updates the email setting overrides for an envelope.
|
LockInformation |
updateLock(String accountId,
String envelopeId,
LockRequest lockRequest)
Updates an envelope lock.
|
Notification |
updateNotificationSettings(String accountId,
String envelopeId,
EnvelopeNotificationRequest envelopeNotificationRequest)
Sets envelope notification (Reminders/Expirations) structure for an existing envelope.
|
DocumentVisibilityList |
updateRecipientDocumentVisibility(String accountId,
String envelopeId,
String recipientId,
DocumentVisibilityList documentVisibilityList)
Updates document visibility for the recipients
|
void |
updateRecipientInitialsImage(String accountId,
String envelopeId,
String recipientId)
Sets the initials image for an accountless signer.
|
RecipientsUpdateSummary |
updateRecipients(String accountId,
String envelopeId,
Recipients recipients)
Updates recipients in a draft envelope or corrects recipient information for an in process envelope.
|
RecipientsUpdateSummary |
updateRecipients(String accountId,
String envelopeId,
Recipients recipients,
EnvelopesApi.UpdateRecipientsOptions options)
Updates recipients in a draft envelope or corrects recipient information for an in process envelope.
|
DocumentVisibilityList |
updateRecipientsDocumentVisibility(String accountId,
String envelopeId,
DocumentVisibilityList documentVisibilityList)
Updates document visibility for the recipients
|
void |
updateRecipientSignatureImage(String accountId,
String envelopeId,
String recipientId)
Sets the signature image for an accountless signer.
|
Tabs |
updateTabs(String accountId,
String envelopeId,
String recipientId,
Tabs tabs)
Updates the tabs for a recipient.
|
TemplateDocumentVisibilityList |
updateTemplateRecipientDocumentVisibility(String accountId,
String templateId,
String recipientId,
TemplateDocumentVisibilityList templateDocumentVisibilityList)
Updates document visibility for the recipients
|
TemplateDocumentVisibilityList |
updateTemplateRecipientsDocumentVisibility(String accountId,
String templateId,
TemplateDocumentVisibilityList templateDocumentVisibilityList)
Updates document visibility for the recipients
|
public EnvelopesApi()
public EnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ChunkedUploadResponse createChunkedUpload(String accountId, ChunkedUploadRequest chunkedUploadRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.EnvelopesApi.CreateChunkedUploadOptions - Options for modifying the method behavior.ApiExceptionpublic ChunkedUploadResponse getChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - ApiExceptionpublic ChunkedUploadResponse getChunkedUpload(String accountId, String chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - EnvelopesApi.GetChunkedUploadOptions - Options for modifying the method behavior.ApiExceptionpublic ChunkedUploadResponse updateChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - ApiExceptionpublic ChunkedUploadResponse updateChunkedUpload(String accountId, String chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - EnvelopesApi.UpdateChunkedUploadOptions - Options for modifying the method behavior.ApiExceptionpublic ChunkedUploadResponse deleteChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - EnvelopesApi.DeleteChunkedUploadOptions - Options for modifying the method behavior.ApiExceptionpublic ChunkedUploadResponse updateChunkedUploadPart(String accountId, String chunkedUploadId, String chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.chunkedUploadId - chunkedUploadPartSeq - EnvelopesApi.UpdateChunkedUploadPartOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopesInformation listStatusChanges(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic EnvelopesInformation listStatusChanges(String accountId, EnvelopesApi.ListStatusChangesOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.EnvelopesApi.ListStatusChangesOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeSummary createEnvelope(String accountId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic EnvelopeSummary createEnvelope(String accountId, EnvelopeDefinition envelopeDefinition, EnvelopesApi.CreateEnvelopeOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.EnvelopesApi.CreateEnvelopeOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopesInformation listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic EnvelopesInformation listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest, EnvelopesApi.ListStatusOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.EnvelopesApi.ListStatusOptions - Options for modifying the method behavior.ApiExceptionpublic Envelope getEnvelope(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic Envelope getEnvelope(String accountId, String envelopeId, EnvelopesApi.GetEnvelopeOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetEnvelopeOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeUpdateSummary update(String accountId, String envelopeId, Envelope envelope) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic EnvelopeUpdateSummary update(String accountId, String envelopeId, Envelope envelope, EnvelopesApi.UpdateOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeAttachmentsResult getAttachments(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetAttachmentsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeAttachmentsResult putAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.PutAttachmentsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeAttachmentsResult deleteAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteAttachmentsOptions - Options for modifying the method behavior.ApiExceptionpublic void getAttachment(String accountId, String envelopeId, String attachmentId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.attachmentId - EnvelopesApi.GetAttachmentOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeAttachmentsResult putAttachment(String accountId, String envelopeId, String attachmentId, Attachment attachment) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.attachmentId - EnvelopesApi.PutAttachmentOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeAuditEventResponse listAuditEvents(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ListAuditEventsOptions - Options for modifying the method behavior.ApiExceptionpublic CustomFieldsEnvelope listCustomFields(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ListCustomFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic CustomFields updateCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateCustomFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic CustomFields createCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateCustomFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic CustomFields deleteCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteCustomFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeDocumentsResult listDocuments(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic EnvelopeDocumentsResult listDocuments(String accountId, String envelopeId, EnvelopesApi.ListDocumentsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ListDocumentsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeDocumentsResult updateDocuments(String accountId, String envelopeId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic EnvelopeDocumentsResult updateDocuments(String accountId, String envelopeId, EnvelopeDefinition envelopeDefinition, EnvelopesApi.UpdateDocumentsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateDocumentsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeDocumentsResult deleteDocuments(String accountId, String envelopeId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteDocumentsOptions - Options for modifying the method behavior.ApiExceptionpublic byte[] getDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.ApiExceptionpublic byte[] getDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.GetDocumentOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.GetDocumentOptions - Options for modifying the method behavior.ApiExceptionpublic void updateDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.ApiExceptionpublic void updateDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.UpdateDocumentOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.UpdateDocumentOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentFieldsInformation listDocumentFields(String accountId, String envelopeId, String documentId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.ListDocumentFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentFieldsInformation updateDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.UpdateDocumentFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentFieldsInformation createDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.CreateDocumentFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentFieldsInformation deleteDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.DeleteDocumentFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteDocumentPage(String accountId, String envelopeId, String documentId, String pageNumber) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.pageNumber - The page number being accessed.EnvelopesApi.DeleteDocumentPageOptions - Options for modifying the method behavior.ApiExceptionpublic byte[] getDocumentPageImage(String accountId, String envelopeId, String documentId, String pageNumber) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.pageNumber - The page number being accessed.ApiExceptionpublic byte[] getDocumentPageImage(String accountId, String envelopeId, String documentId, String pageNumber, EnvelopesApi.GetDocumentPageImageOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.pageNumber - The page number being accessed.EnvelopesApi.GetDocumentPageImageOptions - Options for modifying the method behavior.ApiExceptionpublic void rotateDocumentPage(String accountId, String envelopeId, String documentId, String pageNumber, PageRequest pageRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.pageNumber - The page number being accessed.EnvelopesApi.RotateDocumentPageOptions - Options for modifying the method behavior.ApiExceptionpublic TemplateInformation listTemplatesForDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.ApiExceptionpublic TemplateInformation listTemplatesForDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.ListTemplatesForDocumentOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.ListTemplatesForDocumentOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentTemplateList applyTemplateToDocument(String accountId, String envelopeId, String documentId, DocumentTemplateList documentTemplateList) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.EnvelopesApi.ApplyTemplateToDocumentOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteTemplatesFromDocument(String accountId, String envelopeId, String documentId, String templateId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.documentId - The ID of the document being accessed.templateId - The ID of the template being accessed.EnvelopesApi.DeleteTemplatesFromDocumentOptions - Options for modifying the method behavior.ApiExceptionpublic EmailSettings getEmailSettings(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetEmailSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic EmailSettings updateEmailSettings(String accountId, String envelopeId, EmailSettings emailSettings) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateEmailSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic EmailSettings createEmailSettings(String accountId, String envelopeId, EmailSettings emailSettings) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateEmailSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic EmailSettings deleteEmailSettings(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteEmailSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic EnvelopeFormData getFormData(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetFormDataOptions - Options for modifying the method behavior.ApiExceptionpublic LockInformation getLock(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetLockOptions - Options for modifying the method behavior.ApiExceptionpublic LockInformation updateLock(String accountId, String envelopeId, LockRequest lockRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateLockOptions - Options for modifying the method behavior.ApiExceptionpublic LockInformation createLock(String accountId, String envelopeId, LockRequest lockRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateLockOptions - Options for modifying the method behavior.ApiExceptionpublic LockInformation deleteLock(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteLockOptions - Options for modifying the method behavior.ApiExceptionpublic Notification getNotificationSettings(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.GetNotificationSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic Notification updateNotificationSettings(String accountId, String envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateNotificationSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic Recipients listRecipients(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic Recipients listRecipients(String accountId, String envelopeId, EnvelopesApi.ListRecipientsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ListRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic RecipientsUpdateSummary updateRecipients(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic RecipientsUpdateSummary updateRecipients(String accountId, String envelopeId, Recipients recipients, EnvelopesApi.UpdateRecipientsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic Recipients createRecipient(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic Recipients createRecipient(String accountId, String envelopeId, Recipients recipients, EnvelopesApi.CreateRecipientOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateRecipientOptions - Options for modifying the method behavior.ApiExceptionpublic Recipients deleteRecipients(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentVisibilityList updateRecipientsDocumentVisibility(String accountId, String envelopeId, DocumentVisibilityList documentVisibilityList) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.UpdateRecipientsDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic Recipients deleteRecipient(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.DeleteRecipientOptions - Options for modifying the method behavior.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosureDefault(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosureDefault(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetConsumerDisclosureDefaultOptions - Options for modifying the method behavior.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosure(String accountId, String envelopeId, String recipientId, String langCode) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.langCode - The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosure(String accountId, String envelopeId, String recipientId, String langCode, EnvelopesApi.GetConsumerDisclosureOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.langCode - The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.EnvelopesApi.GetConsumerDisclosureOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentVisibilityList getRecipientDocumentVisibility(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetRecipientDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentVisibilityList updateRecipientDocumentVisibility(String accountId, String envelopeId, String recipientId, DocumentVisibilityList documentVisibilityList) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.UpdateRecipientDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic byte[] getRecipientInitialsImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.ApiExceptionpublic byte[] getRecipientInitialsImage(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetRecipientInitialsImageOptions - Options for modifying the method behavior.ApiExceptionpublic void updateRecipientInitialsImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.UpdateRecipientInitialsImageOptions - Options for modifying the method behavior.ApiExceptionpublic UserSignature getRecipientSignature(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetRecipientSignatureOptions - Options for modifying the method behavior.ApiExceptionpublic byte[] getRecipientSignatureImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.ApiExceptionpublic byte[] getRecipientSignatureImage(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetRecipientSignatureImageOptions - Options for modifying the method behavior.ApiExceptionpublic void updateRecipientSignatureImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.UpdateRecipientSignatureImageOptions - Options for modifying the method behavior.ApiExceptionpublic Tabs listTabs(String accountId, String envelopeId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.ApiExceptionpublic Tabs listTabs(String accountId, String envelopeId, String recipientId, EnvelopesApi.ListTabsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.ListTabsOptions - Options for modifying the method behavior.ApiExceptionpublic Tabs updateTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.UpdateTabsOptions - Options for modifying the method behavior.ApiExceptionpublic Tabs createTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.CreateTabsOptions - Options for modifying the method behavior.ApiExceptionpublic Tabs deleteTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.DeleteTabsOptions - Options for modifying the method behavior.ApiExceptionpublic TemplateInformation listTemplates(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.ApiExceptionpublic TemplateInformation listTemplates(String accountId, String envelopeId, EnvelopesApi.ListTemplatesOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ListTemplatesOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentTemplateList applyTemplate(String accountId, String envelopeId, DocumentTemplateList documentTemplateList) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.ApplyTemplateOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createCorrectView(String accountId, String envelopeId, CorrectViewRequest correctViewRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateCorrectViewOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createEditView(String accountId, String envelopeId, ReturnUrlRequest returnUrlRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateEditViewOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createRecipientView(String accountId, String envelopeId, RecipientViewRequest recipientViewRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateRecipientViewOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createSenderView(String accountId, String envelopeId, ReturnUrlRequest returnUrlRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateSenderViewOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createViewLink(String accountId, String envelopeId, ViewLinkRequest viewLinkRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.CreateViewLinkOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteViewLink(String accountId, String envelopeId) throws ApiException
accountId - The external account number (int) or account ID Guid.envelopeId - The envelopeId Guid of the envelope being accessed.EnvelopesApi.DeleteViewLinkOptions - Options for modifying the method behavior.ApiExceptionpublic TemplateDocumentVisibilityList updateTemplateRecipientsDocumentVisibility(String accountId, String templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList) throws ApiException
accountId - The external account number (int) or account ID Guid.templateId - The ID of the template being accessed.EnvelopesApi.UpdateTemplateRecipientsDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic DocumentVisibilityList getTemplateRecipientDocumentVisibility(String accountId, String templateId, String recipientId) throws ApiException
accountId - The external account number (int) or account ID Guid.templateId - The ID of the template being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.GetTemplateRecipientDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic TemplateDocumentVisibilityList updateTemplateRecipientDocumentVisibility(String accountId, String templateId, String recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList) throws ApiException
accountId - The external account number (int) or account ID Guid.templateId - The ID of the template being accessed.recipientId - The ID of the recipient being accessed.EnvelopesApi.UpdateTemplateRecipientDocumentVisibilityOptions - Options for modifying the method behavior.ApiExceptionpublic ViewUrl createConsoleView(String accountId, ConsoleViewRequest consoleViewRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.EnvelopesApi.CreateConsoleViewOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.