public class BulkEnvelopesApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BulkEnvelopesApi.GetBulkSendBatchesOptions |
| 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
|
ApiClient |
getApiClient() |
BulkSendBatchSummaries |
getBulkSendBatches(String accountId)
Returns a list of bulk send batch satuses initiated by account.
|
BulkSendBatchSummaries |
getBulkSendBatches(String accountId,
BulkEnvelopesApi.GetBulkSendBatchesOptions options)
Returns a list of bulk send batch satuses initiated by account.
|
BulkSendBatchStatus |
getBulkSendBatchStatus(String accountId,
String bulkSendBatchId)
Gets a specific bulk send batch status
|
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
|
void |
setApiClient(ApiClient apiClient) |
BulkSendBatchStatus |
updateBulkSendBatchStatus(String accountId,
String bulkSendBatchId,
BulkSendBatchRequest bulkSendBatchRequest)
Put/Update a specific bulk send batch status
|
BulkSendingList |
updateBulkSendList(String accountId,
String bulkSendListId,
BulkSendingList bulkSendingList)
Updates an existing bulk send list.
|
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 BulkSendBatchStatus getBulkSendBatchStatus(String accountId, String bulkSendBatchId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendBatchId - (required)ApiException - if fails to make API callpublic BulkSendBatchSummaries getBulkSendBatches(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic BulkSendBatchSummaries getBulkSendBatches(String accountId, BulkEnvelopesApi.GetBulkSendBatchesOptions 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 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 BulkSendBatchStatus updateBulkSendBatchStatus(String accountId, String bulkSendBatchId, BulkSendBatchRequest bulkSendBatchRequest) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bulkSendBatchId - (required)bulkSendBatchRequest - (optional)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 callCopyright © 2021. All rights reserved.