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 |
|---|---|
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() |
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) |
BulkRecipientsSummaryResponse |
updateRecipients(String accountId,
String envelopeId,
String recipientId,
BulkRecipientsRequest bulkRecipientsRequest)
Adds or replaces envelope bulk recipients.
|
public BulkEnvelopesApi()
public BulkEnvelopesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BulkEnvelopesResponse list(String accountId) throws ApiException
Gets status information about bulk recipient batches. Retrieves status information about all the bulk recipient batches. A bulk recipient batch is the set of envelopes sent from a single bulk recipient file. The response includes general information about each bulk recipient batch. \n\nThe response returns information about the envelopes sent with bulk recipient batches, including the batchId property, which can be used to retrieve a more detailed status of individual bulk recipient batches.
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic BulkEnvelopesResponse list(String accountId, BulkEnvelopesApi.ListOptions options) throws ApiException
Gets status information about bulk recipient batches. Retrieves status information about all the bulk recipient batches. A bulk recipient batch is the set of envelopes sent from a single bulk recipient file. The response includes general information about each bulk recipient batch. \n\nThe response returns information about the envelopes sent with bulk recipient batches, including the batchId property, which can be used to retrieve a more detailed status of individual bulk recipient batches.
accountId - The external account number (int) or account ID Guid.BulkEnvelopesApi.ListOptions - Options for modifying the method behavior.ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId) throws ApiException
Gets the status of a specified bulk send operation. Retrieves the status information of a single bulk recipient batch. A bulk recipient batch is the set of envelopes sent from a single bulk recipient file.
accountId - The external account number (int) or account ID Guid.batchId - ApiExceptionpublic BulkEnvelopeStatus get(String accountId, String batchId, BulkEnvelopesApi.GetOptions options) throws ApiException
Gets the status of a specified bulk send operation. Retrieves the status information of a single bulk recipient batch. A bulk recipient batch is the set of envelopes sent from a single bulk recipient file.
accountId - The external account number (int) or account ID Guid.batchId - BulkEnvelopesApi.GetOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
Gets the bulk recipient file from an envelope. Retrieves the bulk recipient file information from an envelope that has a bulk recipient.
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 BulkRecipientsResponse getRecipients(String accountId, String envelopeId, String recipientId, BulkEnvelopesApi.GetRecipientsOptions options) throws ApiException
Gets the bulk recipient file from an envelope. Retrieves the bulk recipient file information from an envelope that has a bulk recipient.
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.BulkEnvelopesApi.GetRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsSummaryResponse updateRecipients(String accountId, String envelopeId, String recipientId, BulkRecipientsRequest bulkRecipientsRequest) throws ApiException
Adds or replaces envelope bulk recipients. Updates the bulk recipients in a draft envelope using a file upload. The Content-Type supported for uploading a bulk recipient file is CSV (text/csv).\n\nThe REST API does not support modifying individual rows or values in the bulk recipients file. It only allows the entire file to be added or replaced with a new file.
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.BulkEnvelopesApi.UpdateRecipientsOptions - Options for modifying the method behavior.ApiExceptionpublic BulkRecipientsUpdateResponse deleteRecipients(String accountId, String envelopeId, String recipientId) throws ApiException
Deletes the bulk recipient file from an envelope. Deletes the bulk recipient file from an envelope. This cannot be used if the envelope has been sent.\n\nAfter using this, the bulkRecipientsUri property is not returned in subsequent GET calls for the envelope, but the recipient will remain as a bulk recipient.
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.BulkEnvelopesApi.DeleteRecipientsOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All Rights Reserved.