public class BulkEnvelopesApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BulkEnvelopesApi.GetOptions |
class |
BulkEnvelopesApi.GetRecipientsOptions |
class |
BulkEnvelopesApi.ListOptions |
| Constructor and Description |
|---|
BulkEnvelopesApi() |
BulkEnvelopesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
BulkSendingList |
createBulkSendList(String accountId,
BulkSendingList bulkSendingList)
Creates a new bulk send list
|
BulkSendResponse |
createBulkSendRequest(String accountId,
String bulkSendListId,
BulkSendRequest bulkSendRequest)
Uses the specified bulk send list to send the envelope specified in the payload
|
BulkSendTestResponse |
createBulkSendTestRequest(String accountId,
String bulkSendListId,
BulkSendRequest bulkSendRequest)
Tests whether the specified bulk sending list can be used to send an envelope
|
BulkSendingListSummaries |
deleteBulkSendList(String accountId,
String bulkSendListId)
Deletes an existing bulk send list
|
BulkRecipientsUpdateResponse |
deleteRecipients(String accountId,
String envelopeId,
String recipientId)
Deletes the bulk recipient file from an envelope.
|
BulkEnvelopeStatus |
get(String accountId,
String batchId)
Gets the status of a specified bulk send operation.
|
BulkEnvelopeStatus |
get(String accountId,
String batchId,
BulkEnvelopesApi.GetOptions options)
Gets the status of a specified bulk send operation.
|
ApiClient |
getApiClient() |
BulkSendingList |
getBulkSendList(String accountId,
String bulkSendListId)
Gets a specific bulk send list
|
BulkSendingListSummaries |
getBulkSendLists(String accountId)
Lists top-level details for all bulk send lists visible to the current user
|
BulkRecipientsResponse |
getRecipients(String accountId,
String envelopeId,
String recipientId)
Gets the bulk recipient file from an envelope.
|
BulkRecipientsResponse |
getRecipients(String accountId,
String envelopeId,
String recipientId,
BulkEnvelopesApi.GetRecipientsOptions options)
Gets the bulk recipient file from an envelope.
|
BulkEnvelopesResponse |
list(String accountId)
Gets status information about bulk recipient batches.
|
BulkEnvelopesResponse |
list(String accountId,
BulkEnvelopesApi.ListOptions options)
Gets status information about bulk recipient batches.
|
void |
setApiClient(ApiClient apiClient) |
BulkSendingList |
updateBulkSendList(String accountId,
String bulkSendListId,
BulkSendingList bulkSendingList)
Updates an existing bulk send list.
|
BulkRecipientsSummaryResponse |
updateRecipients(String accountId,
String envelopeId,
String recipientId,
byte[] bulkRecipientsRequest)
Adds or replaces envelope bulk recipients.
|
public BulkEnvelopesApi()
public BulkEnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BulkSendingList createBulkSendList(String accountId, BulkSendingList bulkSendingList) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendingList - (optional)ApiException - if fails to make API callpublic BulkSendResponse createBulkSendRequest(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendListId - (required)bulkSendRequest - (optional)ApiException - if fails to make API callpublic BulkSendTestResponse createBulkSendTestRequest(String accountId, String bulkSendListId, BulkSendRequest bulkSendRequest) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendListId - (required)bulkSendRequest - (optional)ApiException - if fails to make API callpublic BulkSendingListSummaries deleteBulkSendList(String accountId, String bulkSendListId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendListId - (required)ApiException - if fails to make API callpublic BulkRecipientsUpdateResponse deleteRecipients(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 BulkEnvelopeStatus get(String accountId, String batchId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)batchId - (required)ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId, BulkEnvelopesApi.GetOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)batchId - (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic BulkSendingList getBulkSendList(String accountId, String bulkSendListId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendListId - (required)ApiException - if fails to make API callpublic BulkSendingListSummaries getBulkSendLists(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiException - if fails to make API callpublic BulkRecipientsResponse getRecipients(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)ApiExceptionpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId, BulkEnvelopesApi.GetRecipientsOptions 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 BulkEnvelopesResponse list(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic BulkEnvelopesResponse list(String accountId, BulkEnvelopesApi.ListOptions 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 BulkSendingList updateBulkSendList(String accountId, String bulkSendListId, BulkSendingList bulkSendingList) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendListId - (required)bulkSendingList - (optional)ApiException - if fails to make API callpublic BulkRecipientsSummaryResponse updateRecipients(String accountId, String envelopeId, String recipientId, byte[] bulkRecipientsRequest) throws ApiException
accountId - The external account number (int) or account ID GUID. (required)envelopeId - The envelope's GUID. Example: `93be49ab-afa0-4adf-933c-f752070d71ec` (required)recipientId - A local reference that senders use to map recipients to other objects, such as specific document tabs. Within an envelope, each `recipientId` must be unique, but there is no uniqueness requirement across envelopes. For example, many envelopes assign the first recipient a `recipientId` of `1`. (required)bulkRecipientsRequest - (required)ApiException - if fails to make API callCopyright © 2020. All rights reserved.