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 |
applyTemplate(String accountId,
String envelopeId,
DocumentTemplateList documentTemplateList,
EnvelopesApi.ApplyTemplateOptions options)
Adds templates to an envelope.
|
DocumentTemplateList |
applyTemplateToDocument(String accountId,
String envelopeId,
String documentId,
DocumentTemplateList documentTemplateList)
Adds templates to a document in an envelope.
|
DocumentTemplateList |
applyTemplateToDocument(String accountId,
String envelopeId,
String documentId,
DocumentTemplateList documentTemplateList,
EnvelopesApi.ApplyTemplateToDocumentOptions options)
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.
|
DocumentHtmlDefinitions |
createDocumentResponsiveHtmlPreview(String accountId,
String envelopeId,
String documentId,
DocumentHtmlDefinition documentHtmlDefinition)
Get Responsive HTML Preview for a document in an envelope.
|
Tabs |
createDocumentTabs(String accountId,
String envelopeId,
String documentId,
Tabs tabs)
Adds the tabs to an 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.
|
CommentHistoryResult |
createEnvelopeComments(String accountId,
String envelopeId,
CommentsPublish commentsPublish)
Posts a list of comments for authorized user
|
ViewUrl |
createEnvelopeRecipientPreview(String accountId,
String envelopeId,
RecipientPreviewRequest recipientPreviewRequest)
Provides a URL to start a recipient view of the Envelope UI
|
ViewUrl |
createEnvelopeRecipientSharedView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest)
Provides a URL to start a shared recipient view of the Envelope UI
|
EnvelopeTransferRuleInformation |
createEnvelopeTransferRules(String accountId,
EnvelopeTransferRuleRequest envelopeTransferRuleRequest)
Add envelope transfer rules to an account.
|
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.
|
ProofServiceViewLink |
createRecipientProofFileLink(String accountId,
String envelopeId,
String recipientId)
Returns a link to access to the identity events stored in the proof service related to this recipient.
|
ProofServiceResourceToken |
createRecipientProofFileResourceToken(String tokenScopes,
String accountId,
String envelopeId,
String recipientId)
Returns a resource token to get access to the identity events stored in the proof service related to this recipient.
|
ViewUrl |
createRecipientView(String accountId,
String envelopeId,
RecipientViewRequest recipientViewRequest)
Returns a URL to the recipient view UI.
|
DocumentHtmlDefinitions |
createResponsiveHtmlPreview(String accountId,
String envelopeId,
DocumentHtmlDefinition documentHtmlDefinition)
Get Responsive HTML Preview for all documents in an envelope.
|
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.
|
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.
|
Tabs |
deleteDocumentTabs(String accountId,
String envelopeId,
String documentId,
Tabs tabs)
Deletes tabs from an envelope document
|
EmailSettings |
deleteEmailSettings(String accountId,
String envelopeId)
Deletes the email setting overrides for an envelope.
|
void |
deleteEnvelopeCorrectView(String accountId,
String envelopeId,
CorrectViewRequest correctViewRequest)
Revokes the correction view URL to the Envelope UI
|
void |
deleteEnvelopeTransferRules(String accountId,
String envelopeTransferRuleId)
Delete envelope transfer rules for an account.
|
void |
deleteEnvelopeWorkflowDefinition(String accountId,
String envelopeId)
Delete the workflow definition 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 |
deleteTemplateWorkflowDefinition(String accountId,
String templateId)
Delete the workflow definition for a template.
|
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.
|
byte[] |
getCommentsTranscript(String accountId,
String envelopeId)
Gets comment transcript for envelope and user
|
byte[] |
getCommentsTranscript(String accountId,
String envelopeId,
EnvelopesApi.GetCommentsTranscriptOptions options)
Gets comment transcript for envelope and user
|
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.
|
Tabs |
getDocumentTabs(String accountId,
String envelopeId,
String documentId)
Returns tabs on the document.
|
Tabs |
getDocumentTabs(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.GetDocumentTabsOptions options)
Returns tabs on the document.
|
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.
|
DocumentHtmlDefinitionOriginals |
getEnvelopeDocumentHtmlDefinitions(String accountId,
String envelopeId,
String documentId)
Get the Original HTML Definition used to generate the Responsive HTML for a given document.
|
DocumentHtmlDefinitionOriginals |
getEnvelopeHtmlDefinitions(String accountId,
String envelopeId)
Get the Original HTML Definition used to generate the Responsive HTML for the envelope.
|
EnvelopeTransferRuleInformation |
getEnvelopeTransferRules(String accountId)
Returns a list of envelope transfer rules in the specified account.
|
EnvelopeTransferRuleInformation |
getEnvelopeTransferRules(String accountId,
EnvelopesApi.GetEnvelopeTransferRulesOptions options)
Returns a list of envelope transfer rules in the specified account.
|
Workflow |
getEnvelopeWorkflowDefinition(String accountId,
String envelopeId)
Returns the workflow definition for an 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.
|
PageImages |
getPages(String accountId,
String envelopeId,
String documentId)
Returns document page image(s) based on input.
|
PageImages |
getPages(String accountId,
String envelopeId,
String documentId,
EnvelopesApi.GetPagesOptions options)
Returns document page image(s) based on input.
|
Tabs |
getPageTabs(String accountId,
String envelopeId,
String documentId,
String pageNumber)
Returns tabs on the specified page.
|
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.
|
void |
getTabsBlob(String accountId,
String envelopeId)
Get encrypted tabs for envelope.
|
DocumentVisibilityList |
getTemplateRecipientDocumentVisibility(String accountId,
String templateId,
String recipientId)
Returns document visibility for the recipients
|
Workflow |
getTemplateWorkflowDefinition(String accountId,
String templateId)
Returns the workflow definition for a template.
|
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: * Sends the specified single draft envelope.
|
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: * Sends the specified single draft envelope.
|
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.
|
EnvelopeDocument |
updateDocument(String accountId,
String envelopeId,
String documentId)
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.
|
Tabs |
updateDocumentTabs(String accountId,
String envelopeId,
String documentId,
Tabs tabs)
Updates the tabs for an envelope document
|
EmailSettings |
updateEmailSettings(String accountId,
String envelopeId,
EmailSettings emailSettings)
Updates the email setting overrides for an envelope.
|
EnvelopeTransferRule |
updateEnvelopeTransferRule(String accountId,
String envelopeTransferRuleId,
EnvelopeTransferRule envelopeTransferRule)
Update an envelope transfer rule for an account.
|
EnvelopeTransferRuleInformation |
updateEnvelopeTransferRules(String accountId,
EnvelopeTransferRuleInformation envelopeTransferRuleInformation)
Update envelope transfer rules for an account.
|
Workflow |
updateEnvelopeWorkflowDefinition(String accountId,
String envelopeId,
Workflow workflow)
Updates the envelope workflow definition 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.
|
void |
updateTabsBlob(String accountId,
String envelopeId)
Update encrypted tabs for envelope.
|
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
|
Workflow |
updateTemplateWorkflowDefinition(String accountId,
String templateId,
Workflow workflow)
Updates the workflow definition for a template.
|
public EnvelopesApi()
public EnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public DocumentTemplateList applyTemplate(String accountId, String envelopeId, DocumentTemplateList documentTemplateList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentTemplateList
- (optional)ApiException
public DocumentTemplateList applyTemplate(String accountId, String envelopeId, DocumentTemplateList documentTemplateList, EnvelopesApi.ApplyTemplateOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentTemplateList
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic DocumentTemplateList applyTemplateToDocument(String accountId, String envelopeId, String documentId, DocumentTemplateList documentTemplateList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentTemplateList
- (optional)ApiException
public DocumentTemplateList applyTemplateToDocument(String accountId, String envelopeId, String documentId, DocumentTemplateList documentTemplateList, EnvelopesApi.ApplyTemplateToDocumentOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentTemplateList
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ChunkedUploadResponse createChunkedUpload(String accountId, ChunkedUploadRequest chunkedUploadRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadRequest
- (optional)ApiException
- if fails to make API callpublic ViewUrl createConsoleView(String accountId, ConsoleViewRequest consoleViewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)consoleViewRequest
- (optional)ApiException
- if fails to make API callpublic ViewUrl createCorrectView(String accountId, String envelopeId, CorrectViewRequest correctViewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)correctViewRequest
- (optional)ApiException
- if fails to make API callpublic CustomFields createCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)customFields
- (optional)ApiException
- if fails to make API callpublic DocumentFieldsInformation createDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentFieldsInformation
- (optional)ApiException
- if fails to make API callpublic DocumentHtmlDefinitions createDocumentResponsiveHtmlPreview(String accountId, String envelopeId, String documentId, DocumentHtmlDefinition documentHtmlDefinition) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentHtmlDefinition
- (optional)ApiException
- if fails to make API callpublic Tabs createDocumentTabs(String accountId, String envelopeId, String documentId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic ViewUrl createEditView(String accountId, String envelopeId, ReturnUrlRequest returnUrlRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)returnUrlRequest
- (optional)ApiException
- if fails to make API callpublic EmailSettings createEmailSettings(String accountId, String envelopeId, EmailSettings emailSettings) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)emailSettings
- (optional)ApiException
- if fails to make API callpublic EnvelopeSummary createEnvelope(String accountId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeDefinition
- (optional)ApiException
public EnvelopeSummary createEnvelope(String accountId, EnvelopeDefinition envelopeDefinition, EnvelopesApi.CreateEnvelopeOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeDefinition
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic CommentHistoryResult createEnvelopeComments(String accountId, String envelopeId, CommentsPublish commentsPublish) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)commentsPublish
- (optional)ApiException
- if fails to make API callpublic ViewUrl createEnvelopeRecipientPreview(String accountId, String envelopeId, RecipientPreviewRequest recipientPreviewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientPreviewRequest
- (optional)ApiException
- if fails to make API callpublic ViewUrl createEnvelopeRecipientSharedView(String accountId, String envelopeId, RecipientViewRequest recipientViewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientViewRequest
- (optional)ApiException
- if fails to make API callpublic EnvelopeTransferRuleInformation createEnvelopeTransferRules(String accountId, EnvelopeTransferRuleRequest envelopeTransferRuleRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeTransferRuleRequest
- (optional)ApiException
- if fails to make API callpublic LockInformation createLock(String accountId, String envelopeId, LockRequest lockRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)lockRequest
- (optional)ApiException
- if fails to make API callpublic Recipients createRecipient(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipients
- (optional)ApiException
public Recipients createRecipient(String accountId, String envelopeId, Recipients recipients, EnvelopesApi.CreateRecipientOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipients
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ProofServiceViewLink createRecipientProofFileLink(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic ProofServiceResourceToken createRecipientProofFileResourceToken(String tokenScopes, String accountId, String envelopeId, String recipientId) throws ApiException
tokenScopes
- (required)accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic ViewUrl createRecipientView(String accountId, String envelopeId, RecipientViewRequest recipientViewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientViewRequest
- (optional)ApiException
- if fails to make API callpublic DocumentHtmlDefinitions createResponsiveHtmlPreview(String accountId, String envelopeId, DocumentHtmlDefinition documentHtmlDefinition) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentHtmlDefinition
- (optional)ApiException
- if fails to make API callpublic ViewUrl createSenderView(String accountId, String envelopeId, ReturnUrlRequest returnUrlRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)returnUrlRequest
- (optional)ApiException
- if fails to make API callpublic Tabs createTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic EnvelopeAttachmentsResult deleteAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelopeAttachmentsRequest
- (optional)ApiException
- if fails to make API callpublic ChunkedUploadResponse deleteChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)ApiException
- if fails to make API callpublic CustomFields deleteCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)customFields
- (optional)ApiException
- if fails to make API callpublic DocumentFieldsInformation deleteDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentFieldsInformation
- (optional)ApiException
- if fails to make API callpublic void deleteDocumentPage(String accountId, String envelopeId, String documentId, String pageNumber) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)pageNumber
- The page number being accessed. (required)ApiException
- if fails to make API callpublic Tabs deleteDocumentTabs(String accountId, String envelopeId, String documentId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic EnvelopeDocumentsResult deleteDocuments(String accountId, String envelopeId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelopeDefinition
- (optional)ApiException
- if fails to make API callpublic EmailSettings deleteEmailSettings(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic void deleteEnvelopeCorrectView(String accountId, String envelopeId, CorrectViewRequest correctViewRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)correctViewRequest
- (optional)ApiException
- if fails to make API callpublic void deleteEnvelopeTransferRules(String accountId, String envelopeTransferRuleId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeTransferRuleId
- (required)ApiException
- if fails to make API callpublic void deleteEnvelopeWorkflowDefinition(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic LockInformation deleteLock(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic Recipients deleteRecipient(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic Recipients deleteRecipients(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipients
- (optional)ApiException
- if fails to make API callpublic Tabs deleteTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic void deleteTemplateWorkflowDefinition(String accountId, String templateId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)ApiException
- if fails to make API callpublic void deleteTemplatesFromDocument(String accountId, String envelopeId, String documentId, String templateId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)templateId
- The ID of the template being accessed. (required)ApiException
- if fails to make API callpublic void getAttachment(String accountId, String envelopeId, String attachmentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)attachmentId
- (required)ApiException
- if fails to make API callpublic EnvelopeAttachmentsResult getAttachments(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic ChunkedUploadResponse getChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)ApiException
public ChunkedUploadResponse getChunkedUpload(String accountId, String chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic byte[] getCommentsTranscript(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
public byte[] getCommentsTranscript(String accountId, String envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ConsumerDisclosure getConsumerDisclosure(String accountId, String envelopeId, String recipientId, String langCode) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)langCode
- The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), 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. (required)ApiException
public 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. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)langCode
- The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), 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. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ConsumerDisclosure getConsumerDisclosureDefault(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
public ConsumerDisclosure getConsumerDisclosureDefault(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic byte[] getDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
public byte[] getDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.GetDocumentOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic byte[] getDocumentPageImage(String accountId, String envelopeId, String documentId, String pageNumber) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)pageNumber
- The page number being accessed. (required)ApiException
public 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. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)pageNumber
- The page number being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic Tabs getDocumentTabs(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
public Tabs getDocumentTabs(String accountId, String envelopeId, String documentId, EnvelopesApi.GetDocumentTabsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic EmailSettings getEmailSettings(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic Envelope getEnvelope(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
public Envelope getEnvelope(String accountId, String envelopeId, EnvelopesApi.GetEnvelopeOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic DocumentHtmlDefinitionOriginals getEnvelopeDocumentHtmlDefinitions(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
- if fails to make API callpublic DocumentHtmlDefinitionOriginals getEnvelopeHtmlDefinitions(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic EnvelopeTransferRuleInformation getEnvelopeTransferRules(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
public EnvelopeTransferRuleInformation getEnvelopeTransferRules(String accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic Workflow getEnvelopeWorkflowDefinition(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic EnvelopeFormData getFormData(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic LockInformation getLock(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic Notification getNotificationSettings(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic Tabs getPageTabs(String accountId, String envelopeId, String documentId, String pageNumber) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)pageNumber
- The page number being accessed. (required)ApiException
- if fails to make API callpublic PageImages getPages(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
public PageImages getPages(String accountId, String envelopeId, String documentId, EnvelopesApi.GetPagesOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic DocumentVisibilityList getRecipientDocumentVisibility(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic byte[] getRecipientInitialsImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
public byte[] getRecipientInitialsImage(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic UserSignature getRecipientSignature(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic byte[] getRecipientSignatureImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
public byte[] getRecipientSignatureImage(String accountId, String envelopeId, String recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic void getTabsBlob(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic DocumentVisibilityList getTemplateRecipientDocumentVisibility(String accountId, String templateId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic Workflow getTemplateWorkflowDefinition(String accountId, String templateId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)ApiException
- if fails to make API callpublic EnvelopeAuditEventResponse listAuditEvents(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic CustomFieldsEnvelope listCustomFields(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic DocumentFieldsInformation listDocumentFields(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
- if fails to make API callpublic EnvelopeDocumentsResult listDocuments(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
public EnvelopeDocumentsResult listDocuments(String accountId, String envelopeId, EnvelopesApi.ListDocumentsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic Recipients listRecipients(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
public Recipients listRecipients(String accountId, String envelopeId, EnvelopesApi.ListRecipientsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic EnvelopesInformation listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeIdsRequest
- (optional)ApiException
public EnvelopesInformation listStatus(String accountId, EnvelopeIdsRequest envelopeIdsRequest, EnvelopesApi.ListStatusOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeIdsRequest
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic EnvelopesInformation listStatusChanges(String accountId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)ApiException
public EnvelopesInformation listStatusChanges(String accountId, EnvelopesApi.ListStatusChangesOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic Tabs listTabs(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
public Tabs listTabs(String accountId, String envelopeId, String recipientId, EnvelopesApi.ListTabsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic TemplateInformation listTemplates(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
public TemplateInformation listTemplates(String accountId, String envelopeId, EnvelopesApi.ListTemplatesOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic TemplateInformation listTemplatesForDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
public TemplateInformation listTemplatesForDocument(String accountId, String envelopeId, String documentId, EnvelopesApi.ListTemplatesForDocumentOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic EnvelopeAttachmentsResult putAttachment(String accountId, String envelopeId, String attachmentId, Attachment attachment) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)attachmentId
- (required)attachment
- (optional)ApiException
- if fails to make API callpublic EnvelopeAttachmentsResult putAttachments(String accountId, String envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelopeAttachmentsRequest
- (optional)ApiException
- if fails to make API callpublic void rotateDocumentPage(String accountId, String envelopeId, String documentId, String pageNumber, PageRequest pageRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)pageNumber
- The page number being accessed. (required)pageRequest
- (optional)ApiException
- if fails to make API callpublic EnvelopeUpdateSummary update(String accountId, String envelopeId, Envelope envelope) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelope
- (optional)ApiException
public EnvelopeUpdateSummary update(String accountId, String envelopeId, Envelope envelope, EnvelopesApi.UpdateOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelope
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ChunkedUploadResponse updateChunkedUpload(String accountId, String chunkedUploadId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)ApiException
public ChunkedUploadResponse updateChunkedUpload(String accountId, String chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic ChunkedUploadResponse updateChunkedUploadPart(String accountId, String chunkedUploadId, String chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)chunkedUploadId
- (required)chunkedUploadPartSeq
- (required)chunkedUploadRequest
- (optional)ApiException
- if fails to make API callpublic CustomFields updateCustomFields(String accountId, String envelopeId, CustomFields customFields) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)customFields
- (optional)ApiException
- if fails to make API callpublic EnvelopeDocument updateDocument(String accountId, String envelopeId, String documentId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)ApiException
- if fails to make API callpublic DocumentFieldsInformation updateDocumentFields(String accountId, String envelopeId, String documentId, DocumentFieldsInformation documentFieldsInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)documentFieldsInformation
- (optional)ApiException
- if fails to make API callpublic Tabs updateDocumentTabs(String accountId, String envelopeId, String documentId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentId
- The ID of the document being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic EnvelopeDocumentsResult updateDocuments(String accountId, String envelopeId, EnvelopeDefinition envelopeDefinition) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelopeDefinition
- (optional)ApiException
- if fails to make API callpublic EmailSettings updateEmailSettings(String accountId, String envelopeId, EmailSettings emailSettings) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)emailSettings
- (optional)ApiException
- if fails to make API callpublic EnvelopeTransferRule updateEnvelopeTransferRule(String accountId, String envelopeTransferRuleId, EnvelopeTransferRule envelopeTransferRule) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeTransferRuleId
- (required)envelopeTransferRule
- (optional)ApiException
- if fails to make API callpublic EnvelopeTransferRuleInformation updateEnvelopeTransferRules(String accountId, EnvelopeTransferRuleInformation envelopeTransferRuleInformation) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeTransferRuleInformation
- (optional)ApiException
- if fails to make API callpublic Workflow updateEnvelopeWorkflowDefinition(String accountId, String envelopeId, Workflow workflow) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)workflow
- (optional)ApiException
- if fails to make API callpublic LockInformation updateLock(String accountId, String envelopeId, LockRequest lockRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)lockRequest
- (optional)ApiException
- if fails to make API callpublic Notification updateNotificationSettings(String accountId, String envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)envelopeNotificationRequest
- (optional)ApiException
- if fails to make API callpublic DocumentVisibilityList updateRecipientDocumentVisibility(String accountId, String envelopeId, String recipientId, DocumentVisibilityList documentVisibilityList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)documentVisibilityList
- (optional)ApiException
- if fails to make API callpublic void updateRecipientInitialsImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic void updateRecipientSignatureImage(String accountId, String envelopeId, String recipientId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)ApiException
- if fails to make API callpublic RecipientsUpdateSummary updateRecipients(String accountId, String envelopeId, Recipients recipients) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipients
- (optional)ApiException
public RecipientsUpdateSummary updateRecipients(String accountId, String envelopeId, Recipients recipients, EnvelopesApi.UpdateRecipientsOptions options) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipients
- (optional)options
- for modifying the method behavior.ApiException
- if fails to make API callpublic DocumentVisibilityList updateRecipientsDocumentVisibility(String accountId, String envelopeId, DocumentVisibilityList documentVisibilityList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)documentVisibilityList
- (optional)ApiException
- if fails to make API callpublic Tabs updateTabs(String accountId, String envelopeId, String recipientId, Tabs tabs) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)tabs
- (optional)ApiException
- if fails to make API callpublic void updateTabsBlob(String accountId, String envelopeId) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)envelopeId
- The envelopeId Guid of the envelope being accessed. (required)ApiException
- if fails to make API callpublic TemplateDocumentVisibilityList updateTemplateRecipientDocumentVisibility(String accountId, String templateId, String recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)recipientId
- The ID of the recipient being accessed. (required)templateDocumentVisibilityList
- (optional)ApiException
- if fails to make API callpublic TemplateDocumentVisibilityList updateTemplateRecipientsDocumentVisibility(String accountId, String templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)templateDocumentVisibilityList
- (optional)ApiException
- if fails to make API callpublic Workflow updateTemplateWorkflowDefinition(String accountId, String templateId, Workflow workflow) throws ApiException
accountId
- The external account number (int) or account ID Guid. (required)templateId
- The ID of the template being accessed. (required)workflow
- (optional)ApiException
- if fails to make API callCopyright © 2020. All rights reserved.