DocuSign CSharp Docs
Classes | Public Member Functions | Properties | List of all members
DocuSign.eSign.Api.EnvelopesApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for DocuSign.eSign.Api.EnvelopesApi:
DocuSign.eSign.Api.IEnvelopesApi DocuSign.eSign.Client.IApiAccessor

Classes

class  ApplyTemplateOptions
 Adds templates to an envelope. Adds templates to the specified envelope. More...
 
class  ApplyTemplateToDocumentOptions
 Adds templates to a document in an envelope. Adds templates to a document in the specified envelope. More...
 
class  CreateEnvelopeOptions
 Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status. More...
 
class  CreateRecipientOptions
 Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true. More...
 
class  GetChunkedUploadOptions
 Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions. More...
 
class  GetCommentsTranscriptOptions
 Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true). More...
 
class  GetConsumerDisclosureDefaultOptions
 Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure. More...
 
class  GetConsumerDisclosureOptions
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account. More...
 
class  GetDocumentOptions
 Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined More...
 
class  GetDocumentPageImageOptions
 Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope. More...
 
class  GetDocumentTabsOptions
 Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
class  GetEnvelopeOptions
 Gets the status of a envelope. Retrieves the overall status for the specified envelope. More...
 
class  GetEnvelopeTransferRulesOptions
 Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
class  GetPagesOptions
 Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify. More...
 
class  GetRecipientInitialsImageOptions
 Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
class  GetRecipientSignatureImageOptions
 Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
class  ListDocumentsOptions
 Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope. More...
 
class  ListRecipientsOptions
 Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions. More...
 
class  ListStatusChangesOptions
 Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier. More...
 
class  ListStatusOptions
 Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes. More...
 
class  ListTabsOptions
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope. More...
 
class  ListTemplatesForDocumentOptions
 Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope. More...
 
class  ListTemplatesOptions
 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. More...
 
class  UpdateChunkedUploadOptions
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts. More...
 
class  UpdateEnvelopeDocGenFormFieldsOptions
 Updates formfields for an envelope More...
 
class  UpdateOptions
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted. More...
 
class  UpdateRecipientsOptions
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST). More...
 

Public Member Functions

 EnvelopesApi (DocuSignClient aplClient)
 Initializes a new instance of the EnvelopesApi class using AplClient object More...
 
String GetBasePath ()
 Gets the base path of the API client. More...
 
DocumentTemplateList ApplyTemplate (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. Adds templates to the specified envelope. More...
 
ApiResponse< DocumentTemplateListApplyTemplateWithHttpInfo (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. Adds templates to the specified envelope. More...
 
async System.Threading.Tasks.Task< DocumentTemplateListApplyTemplateAsync (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. Adds templates to the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentTemplateList > > ApplyTemplateAsyncWithHttpInfo (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. Adds templates to the specified envelope. More...
 
DocumentTemplateList ApplyTemplateToDocument (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. Adds templates to a document in the specified envelope. More...
 
ApiResponse< DocumentTemplateListApplyTemplateToDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. Adds templates to a document in the specified envelope. More...
 
async System.Threading.Tasks.Task< DocumentTemplateListApplyTemplateToDocumentAsync (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. Adds templates to a document in the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentTemplateList > > ApplyTemplateToDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. Adds templates to a document in the specified envelope. More...
 
ChunkedUploadResponse CreateChunkedUpload (string accountId, ChunkedUploadRequest chunkedUploadRequest=null)
 Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content. More...
 
ApiResponse< ChunkedUploadResponseCreateChunkedUploadWithHttpInfo (string accountId, ChunkedUploadRequest chunkedUploadRequest=null)
 Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content. More...
 
async System.Threading.Tasks.Task< ChunkedUploadResponseCreateChunkedUploadAsync (string accountId, ChunkedUploadRequest chunkedUploadRequest=null)
 Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content. More...
 
async System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > CreateChunkedUploadAsyncWithHttpInfo (string accountId, ChunkedUploadRequest chunkedUploadRequest=null)
 Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content. More...
 
ViewUrl CreateConsoleView (string accountId, ConsoleViewRequest consoleViewRequest=null)
 Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications. More...
 
ApiResponse< ViewUrlCreateConsoleViewWithHttpInfo (string accountId, ConsoleViewRequest consoleViewRequest=null)
 Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateConsoleViewAsync (string accountId, ConsoleViewRequest consoleViewRequest=null)
 Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateConsoleViewAsyncWithHttpInfo (string accountId, ConsoleViewRequest consoleViewRequest=null)
 Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications. More...
 
ViewUrl CreateCorrectView (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
ApiResponse< ViewUrlCreateCorrectViewWithHttpInfo (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateCorrectViewAsync (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateCorrectViewAsyncWithHttpInfo (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
CustomFields CreateCustomFields (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
ApiResponse< CustomFieldsCreateCustomFieldsWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
async System.Threading.Tasks.Task< CustomFieldsCreateCustomFieldsAsync (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
async System.Threading.Tasks.Task< ApiResponse< CustomFields > > CreateCustomFieldsAsyncWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
DocumentFieldsInformation CreateDocumentFields (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document. More...
 
ApiResponse< DocumentFieldsInformationCreateDocumentFieldsWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document. More...
 
async System.Threading.Tasks.Task< DocumentFieldsInformationCreateDocumentFieldsAsync (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentFieldsInformation > > CreateDocumentFieldsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document. More...
 
DocumentHtmlDefinitions CreateDocumentResponsiveHtmlPreview (string accountId, string envelopeId, string documentId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document. More...
 
ApiResponse< DocumentHtmlDefinitionsCreateDocumentResponsiveHtmlPreviewWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document. More...
 
async System.Threading.Tasks.Task< DocumentHtmlDefinitionsCreateDocumentResponsiveHtmlPreviewAsync (string accountId, string envelopeId, string documentId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentHtmlDefinitions > > CreateDocumentResponsiveHtmlPreviewAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document. More...
 
Tabs CreateDocumentTabs (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60; More...
 
ApiResponse< TabsCreateDocumentTabsWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60; More...
 
async System.Threading.Tasks.Task< TabsCreateDocumentTabsAsync (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60; More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > CreateDocumentTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60; More...
 
ViewUrl CreateEditView (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
ApiResponse< ViewUrlCreateEditViewWithHttpInfo (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateEditViewAsync (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateEditViewAsyncWithHttpInfo (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
EmailSettings CreateEmailSettings (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type. More...
 
ApiResponse< EmailSettingsCreateEmailSettingsWithHttpInfo (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type. More...
 
async System.Threading.Tasks.Task< EmailSettingsCreateEmailSettingsAsync (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type. More...
 
async System.Threading.Tasks.Task< ApiResponse< EmailSettings > > CreateEmailSettingsAsyncWithHttpInfo (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type. More...
 
EnvelopeSummary CreateEnvelope (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status. More...
 
ApiResponse< EnvelopeSummaryCreateEnvelopeWithHttpInfo (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status. More...
 
async System.Threading.Tasks.Task< EnvelopeSummaryCreateEnvelopeAsync (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeSummary > > CreateEnvelopeAsyncWithHttpInfo (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status. More...
 
CommentHistoryResult CreateEnvelopeComments (string accountId, string envelopeId, CommentsPublish commentsPublish=null)
 Posts a list of comments for authorized user More...
 
ApiResponse< CommentHistoryResultCreateEnvelopeCommentsWithHttpInfo (string accountId, string envelopeId, CommentsPublish commentsPublish=null)
 Posts a list of comments for authorized user More...
 
async System.Threading.Tasks.Task< CommentHistoryResultCreateEnvelopeCommentsAsync (string accountId, string envelopeId, CommentsPublish commentsPublish=null)
 Posts a list of comments for authorized user More...
 
async System.Threading.Tasks.Task< ApiResponse< CommentHistoryResult > > CreateEnvelopeCommentsAsyncWithHttpInfo (string accountId, string envelopeId, CommentsPublish commentsPublish=null)
 Posts a list of comments for authorized user More...
 
ViewUrl CreateEnvelopeRecipientPreview (string accountId, string envelopeId, RecipientPreviewRequest recipientPreviewRequest=null)
 Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send. More...
 
ApiResponse< ViewUrlCreateEnvelopeRecipientPreviewWithHttpInfo (string accountId, string envelopeId, RecipientPreviewRequest recipientPreviewRequest=null)
 Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateEnvelopeRecipientPreviewAsync (string accountId, string envelopeId, RecipientPreviewRequest recipientPreviewRequest=null)
 Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateEnvelopeRecipientPreviewAsyncWithHttpInfo (string accountId, string envelopeId, RecipientPreviewRequest recipientPreviewRequest=null)
 Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send. More...
 
ViewUrl CreateEnvelopeRecipientSharedView (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app More...
 
ApiResponse< ViewUrlCreateEnvelopeRecipientSharedViewWithHttpInfo (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app More...
 
async System.Threading.Tasks.Task< ViewUrlCreateEnvelopeRecipientSharedViewAsync (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateEnvelopeRecipientSharedViewAsyncWithHttpInfo (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app More...
 
EnvelopeTransferRuleInformation CreateEnvelopeTransferRules (string accountId, EnvelopeTransferRuleRequest envelopeTransferRuleRequest=null)
 Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
ApiResponse< EnvelopeTransferRuleInformationCreateEnvelopeTransferRulesWithHttpInfo (string accountId, EnvelopeTransferRuleRequest envelopeTransferRuleRequest=null)
 Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< EnvelopeTransferRuleInformationCreateEnvelopeTransferRulesAsync (string accountId, EnvelopeTransferRuleRequest envelopeTransferRuleRequest=null)
 Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeTransferRuleInformation > > CreateEnvelopeTransferRulesAsyncWithHttpInfo (string accountId, EnvelopeTransferRuleRequest envelopeTransferRuleRequest=null)
 Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
WorkflowStep CreateEnvelopeWorkflowStepDefinition (string accountId, string envelopeId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for an envelope&#39;s workflow More...
 
ApiResponse< WorkflowStepCreateEnvelopeWorkflowStepDefinitionWithHttpInfo (string accountId, string envelopeId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for an envelope&#39;s workflow More...
 
async System.Threading.Tasks.Task< WorkflowStepCreateEnvelopeWorkflowStepDefinitionAsync (string accountId, string envelopeId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for an envelope&#39;s workflow More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > CreateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for an envelope&#39;s workflow More...
 
EnvelopePublishTransaction CreateHistoricalEnvelopePublishTransaction (string accountId, ConnectHistoricalEnvelopeRepublish connectHistoricalEnvelopeRepublish=null)
 Submits a batch of historical envelopes for republish to an adhoc config. More...
 
ApiResponse< EnvelopePublishTransactionCreateHistoricalEnvelopePublishTransactionWithHttpInfo (string accountId, ConnectHistoricalEnvelopeRepublish connectHistoricalEnvelopeRepublish=null)
 Submits a batch of historical envelopes for republish to an adhoc config. More...
 
async System.Threading.Tasks.Task< EnvelopePublishTransactionCreateHistoricalEnvelopePublishTransactionAsync (string accountId, ConnectHistoricalEnvelopeRepublish connectHistoricalEnvelopeRepublish=null)
 Submits a batch of historical envelopes for republish to an adhoc config. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopePublishTransaction > > CreateHistoricalEnvelopePublishTransactionAsyncWithHttpInfo (string accountId, ConnectHistoricalEnvelopeRepublish connectHistoricalEnvelopeRepublish=null)
 Submits a batch of historical envelopes for republish to an adhoc config. More...
 
LockInformation CreateLock (string accountId, string envelopeId, LockRequest lockRequest=null)
 Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user). More...
 
ApiResponse< LockInformationCreateLockWithHttpInfo (string accountId, string envelopeId, LockRequest lockRequest=null)
 Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user). More...
 
async System.Threading.Tasks.Task< LockInformationCreateLockAsync (string accountId, string envelopeId, LockRequest lockRequest=null)
 Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user). More...
 
async System.Threading.Tasks.Task< ApiResponse< LockInformation > > CreateLockAsyncWithHttpInfo (string accountId, string envelopeId, LockRequest lockRequest=null)
 Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user). More...
 
Recipients CreateRecipient (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true. More...
 
ApiResponse< RecipientsCreateRecipientWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true. More...
 
async System.Threading.Tasks.Task< RecipientsCreateRecipientAsync (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true. More...
 
async System.Threading.Tasks.Task< ApiResponse< Recipients > > CreateRecipientAsyncWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true. More...
 
ViewUrl CreateRecipientManualReviewView (string accountId, string envelopeId, string recipientId)
 Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient. More...
 
ApiResponse< ViewUrlCreateRecipientManualReviewViewWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateRecipientManualReviewViewAsync (string accountId, string envelopeId, string recipientId)
 Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateRecipientManualReviewViewAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient. More...
 
IdEvidenceViewLink 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. More...
 
ApiResponse< IdEvidenceViewLinkCreateRecipientProofFileLinkWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Returns a link to access to the identity events stored in the proof service related to this recipient. More...
 
async System.Threading.Tasks.Task< IdEvidenceViewLinkCreateRecipientProofFileLinkAsync (string accountId, string envelopeId, string recipientId)
 Returns a link to access to the identity events stored in the proof service related to this recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< IdEvidenceViewLink > > CreateRecipientProofFileLinkAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Returns a link to access to the identity events stored in the proof service related to this recipient. More...
 
IdEvidenceResourceToken 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. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API. More...
 
ApiResponse< IdEvidenceResourceTokenCreateRecipientProofFileResourceTokenWithHttpInfo (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. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API. More...
 
async System.Threading.Tasks.Task< IdEvidenceResourceTokenCreateRecipientProofFileResourceTokenAsync (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. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API. More...
 
async System.Threading.Tasks.Task< ApiResponse< IdEvidenceResourceToken > > CreateRecipientProofFileResourceTokenAsyncWithHttpInfo (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. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API. More...
 
ViewUrl CreateRecipientView (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity. More...
 
ApiResponse< ViewUrlCreateRecipientViewWithHttpInfo (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateRecipientViewAsync (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateRecipientViewAsyncWithHttpInfo (string accountId, string envelopeId, RecipientViewRequest recipientViewRequest=null)
 Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity. More...
 
DocumentHtmlDefinitions CreateResponsiveHtmlPreview (string accountId, string envelopeId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents. More...
 
ApiResponse< DocumentHtmlDefinitionsCreateResponsiveHtmlPreviewWithHttpInfo (string accountId, string envelopeId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents. More...
 
async System.Threading.Tasks.Task< DocumentHtmlDefinitionsCreateResponsiveHtmlPreviewAsync (string accountId, string envelopeId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentHtmlDefinitions > > CreateResponsiveHtmlPreviewAsyncWithHttpInfo (string accountId, string envelopeId, DocumentHtmlDefinition documentHtmlDefinition=null)
 Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents. More...
 
ViewUrl CreateSenderView (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
ApiResponse< ViewUrlCreateSenderViewWithHttpInfo (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ViewUrlCreateSenderViewAsync (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
async System.Threading.Tasks.Task< ApiResponse< ViewUrl > > CreateSenderViewAsyncWithHttpInfo (string accountId, string envelopeId, ReturnUrlRequest returnUrlRequest=null)
 Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. More...
 
Tabs CreateTabs (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Adds tabs for a recipient. Adds one or more tabs for a recipient. More...
 
ApiResponse< TabsCreateTabsWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Adds tabs for a recipient. Adds one or more tabs for a recipient. More...
 
async System.Threading.Tasks.Task< TabsCreateTabsAsync (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Adds tabs for a recipient. Adds one or more tabs for a recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > CreateTabsAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Adds tabs for a recipient. Adds one or more tabs for a recipient. More...
 
WorkflowStep CreateTemplateWorkflowStepDefinition (string accountId, string templateId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for a template&#39;s workflow More...
 
ApiResponse< WorkflowStepCreateTemplateWorkflowStepDefinitionWithHttpInfo (string accountId, string templateId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for a template&#39;s workflow More...
 
async System.Threading.Tasks.Task< WorkflowStepCreateTemplateWorkflowStepDefinitionAsync (string accountId, string templateId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for a template&#39;s workflow More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > CreateTemplateWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string templateId, WorkflowStep workflowStep=null)
 Creates and adds a new workflow step definition for a template&#39;s workflow More...
 
EnvelopeAttachmentsResult DeleteAttachments (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope. More...
 
ApiResponse< EnvelopeAttachmentsResultDeleteAttachmentsWithHttpInfo (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeAttachmentsResultDeleteAttachmentsAsync (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeAttachmentsResult > > DeleteAttachmentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope. More...
 
ChunkedUploadResponse DeleteChunkedUpload (string accountId, string chunkedUploadId)
 Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota. More...
 
ApiResponse< ChunkedUploadResponseDeleteChunkedUploadWithHttpInfo (string accountId, string chunkedUploadId)
 Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota. More...
 
async System.Threading.Tasks.Task< ChunkedUploadResponseDeleteChunkedUploadAsync (string accountId, string chunkedUploadId)
 Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota. More...
 
async System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > DeleteChunkedUploadAsyncWithHttpInfo (string accountId, string chunkedUploadId)
 Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota. More...
 
CustomFields DeleteCustomFields (string accountId, string envelopeId, CustomFields customFields=null)
 Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes. More...
 
ApiResponse< CustomFieldsDeleteCustomFieldsWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes. More...
 
async System.Threading.Tasks.Task< CustomFieldsDeleteCustomFieldsAsync (string accountId, string envelopeId, CustomFields customFields=null)
 Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes. More...
 
async System.Threading.Tasks.Task< ApiResponse< CustomFields > > DeleteCustomFieldsAsyncWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes. More...
 
DocumentFieldsInformation DeleteDocumentFields (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document. More...
 
ApiResponse< DocumentFieldsInformationDeleteDocumentFieldsWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document. More...
 
async System.Threading.Tasks.Task< DocumentFieldsInformationDeleteDocumentFieldsAsync (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentFieldsInformation > > DeleteDocumentFieldsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document. More...
 
void DeleteDocumentPage (string accountId, string envelopeId, string documentId, string pageNumber)
 Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number. More...
 
ApiResponse< Object > DeleteDocumentPageWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber)
 Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number. More...
 
async System.Threading.Tasks.Task DeleteDocumentPageAsync (string accountId, string envelopeId, string documentId, string pageNumber)
 Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteDocumentPageAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber)
 Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number. More...
 
Tabs DeleteDocumentTabs (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
ApiResponse< TabsDeleteDocumentTabsWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< TabsDeleteDocumentTabsAsync (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > DeleteDocumentTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
EnvelopeDocumentsResult DeleteDocuments (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope. More...
 
ApiResponse< EnvelopeDocumentsResultDeleteDocumentsWithHttpInfo (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeDocumentsResultDeleteDocumentsAsync (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeDocumentsResult > > DeleteDocumentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope. More...
 
EmailSettings DeleteEmailSettings (string accountId, string envelopeId)
 Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications. More...
 
ApiResponse< EmailSettingsDeleteEmailSettingsWithHttpInfo (string accountId, string envelopeId)
 Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications. More...
 
async System.Threading.Tasks.Task< EmailSettingsDeleteEmailSettingsAsync (string accountId, string envelopeId)
 Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications. More...
 
async System.Threading.Tasks.Task< ApiResponse< EmailSettings > > DeleteEmailSettingsAsyncWithHttpInfo (string accountId, string envelopeId)
 Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications. More...
 
void DeleteEnvelopeCorrectView (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI. More...
 
ApiResponse< Object > DeleteEnvelopeCorrectViewWithHttpInfo (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeCorrectViewAsync (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeCorrectViewAsyncWithHttpInfo (string accountId, string envelopeId, CorrectViewRequest correctViewRequest=null)
 Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI. More...
 
void DeleteEnvelopeDelayedRoutingDefinition (string accountId, string envelopeId, string workflowStepId)
 Deletes the delayed routing rules for the specified envelope workflow step. More...
 
ApiResponse< Object > DeleteEnvelopeDelayedRoutingDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Deletes the delayed routing rules for the specified envelope workflow step. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeDelayedRoutingDefinitionAsync (string accountId, string envelopeId, string workflowStepId)
 Deletes the delayed routing rules for the specified envelope workflow step. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Deletes the delayed routing rules for the specified envelope workflow step. More...
 
void DeleteEnvelopeScheduledSendingDefinition (string accountId, string envelopeId)
 Deletes the scheduled sending rules for the envelope&#39;s workflow. More...
 
ApiResponse< Object > DeleteEnvelopeScheduledSendingDefinitionWithHttpInfo (string accountId, string envelopeId)
 Deletes the scheduled sending rules for the envelope&#39;s workflow. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeScheduledSendingDefinitionAsync (string accountId, string envelopeId)
 Deletes the scheduled sending rules for the envelope&#39;s workflow. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId)
 Deletes the scheduled sending rules for the envelope&#39;s workflow. More...
 
void DeleteEnvelopeTransferRules (string accountId, string envelopeTransferRuleId)
 Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
ApiResponse< Object > DeleteEnvelopeTransferRulesWithHttpInfo (string accountId, string envelopeTransferRuleId)
 Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeTransferRulesAsync (string accountId, string envelopeTransferRuleId)
 Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeTransferRulesAsyncWithHttpInfo (string accountId, string envelopeTransferRuleId)
 Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
void DeleteEnvelopeWorkflowDefinition (string accountId, string envelopeId)
 Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one. More...
 
ApiResponse< Object > DeleteEnvelopeWorkflowDefinitionWithHttpInfo (string accountId, string envelopeId)
 Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeWorkflowDefinitionAsync (string accountId, string envelopeId)
 Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeWorkflowDefinitionAsyncWithHttpInfo (string accountId, string envelopeId)
 Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one. More...
 
void DeleteEnvelopeWorkflowStepDefinition (string accountId, string envelopeId, string workflowStepId)
 Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id. More...
 
ApiResponse< Object > DeleteEnvelopeWorkflowStepDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id. More...
 
async System.Threading.Tasks.Task DeleteEnvelopeWorkflowStepDefinitionAsync (string accountId, string envelopeId, string workflowStepId)
 Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id. More...
 
LockInformation DeleteLock (string accountId, string envelopeId)
 Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request. More...
 
ApiResponse< LockInformationDeleteLockWithHttpInfo (string accountId, string envelopeId)
 Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request. More...
 
async System.Threading.Tasks.Task< LockInformationDeleteLockAsync (string accountId, string envelopeId)
 Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request. More...
 
async System.Threading.Tasks.Task< ApiResponse< LockInformation > > DeleteLockAsyncWithHttpInfo (string accountId, string envelopeId)
 Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request. More...
 
Recipients DeleteRecipient (string accountId, string envelopeId, string recipientId)
 Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent. More...
 
ApiResponse< RecipientsDeleteRecipientWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent. More...
 
async System.Threading.Tasks.Task< RecipientsDeleteRecipientAsync (string accountId, string envelopeId, string recipientId)
 Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent. More...
 
async System.Threading.Tasks.Task< ApiResponse< Recipients > > DeleteRecipientAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent. More...
 
Recipients DeleteRecipients (string accountId, string envelopeId, Recipients recipients=null)
 Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted. More...
 
ApiResponse< RecipientsDeleteRecipientsWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null)
 Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted. More...
 
async System.Threading.Tasks.Task< RecipientsDeleteRecipientsAsync (string accountId, string envelopeId, Recipients recipients=null)
 Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted. More...
 
async System.Threading.Tasks.Task< ApiResponse< Recipients > > DeleteRecipientsAsyncWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null)
 Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted. More...
 
Tabs DeleteTabs (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope. More...
 
ApiResponse< TabsDeleteTabsWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< TabsDeleteTabsAsync (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > DeleteTabsAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope. More...
 
void DeleteTemplateDelayedRoutingDefinition (string accountId, string templateId, string workflowStepId)
 Deletes the delayed routing rules for the specified template workflow step. More...
 
ApiResponse< Object > DeleteTemplateDelayedRoutingDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Deletes the delayed routing rules for the specified template workflow step. More...
 
async System.Threading.Tasks.Task DeleteTemplateDelayedRoutingDefinitionAsync (string accountId, string templateId, string workflowStepId)
 Deletes the delayed routing rules for the specified template workflow step. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteTemplateDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Deletes the delayed routing rules for the specified template workflow step. More...
 
void DeleteTemplateScheduledSendingDefinition (string accountId, string templateId)
 Deletes the scheduled sending rules for the template&#39;s workflow. More...
 
ApiResponse< Object > DeleteTemplateScheduledSendingDefinitionWithHttpInfo (string accountId, string templateId)
 Deletes the scheduled sending rules for the template&#39;s workflow. More...
 
async System.Threading.Tasks.Task DeleteTemplateScheduledSendingDefinitionAsync (string accountId, string templateId)
 Deletes the scheduled sending rules for the template&#39;s workflow. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteTemplateScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string templateId)
 Deletes the scheduled sending rules for the template&#39;s workflow. More...
 
void DeleteTemplateWorkflowDefinition (string accountId, string templateId)
 Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one. More...
 
ApiResponse< Object > DeleteTemplateWorkflowDefinitionWithHttpInfo (string accountId, string templateId)
 Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task DeleteTemplateWorkflowDefinitionAsync (string accountId, string templateId)
 Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteTemplateWorkflowDefinitionAsyncWithHttpInfo (string accountId, string templateId)
 Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one. More...
 
void DeleteTemplateWorkflowStepDefinition (string accountId, string templateId, string workflowStepId)
 Deletes the workflow step definition for an template&#39;s workflow by step id. More...
 
ApiResponse< Object > DeleteTemplateWorkflowStepDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Deletes the workflow step definition for an template&#39;s workflow by step id. More...
 
async System.Threading.Tasks.Task DeleteTemplateWorkflowStepDefinitionAsync (string accountId, string templateId, string workflowStepId)
 Deletes the workflow step definition for an template&#39;s workflow by step id. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteTemplateWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Deletes the workflow step definition for an template&#39;s workflow by step id. More...
 
void DeleteTemplatesFromDocument (string accountId, string envelopeId, string documentId, string templateId)
 Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope. More...
 
ApiResponse< Object > DeleteTemplatesFromDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, string templateId)
 Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope. More...
 
async System.Threading.Tasks.Task DeleteTemplatesFromDocumentAsync (string accountId, string envelopeId, string documentId, string templateId)
 Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > DeleteTemplatesFromDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string templateId)
 Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope. More...
 
void GetAttachment (string accountId, string envelopeId, string attachmentId)
 Retrieves an attachment from the envelope. Retrieves an attachment from an envelope. More...
 
ApiResponse< Object > GetAttachmentWithHttpInfo (string accountId, string envelopeId, string attachmentId)
 Retrieves an attachment from the envelope. Retrieves an attachment from an envelope. More...
 
async System.Threading.Tasks.Task GetAttachmentAsync (string accountId, string envelopeId, string attachmentId)
 Retrieves an attachment from the envelope. Retrieves an attachment from an envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > GetAttachmentAsyncWithHttpInfo (string accountId, string envelopeId, string attachmentId)
 Retrieves an attachment from the envelope. Retrieves an attachment from an envelope. More...
 
EnvelopeAttachmentsResult GetAttachments (string accountId, string envelopeId)
 Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope More...
 
ApiResponse< EnvelopeAttachmentsResultGetAttachmentsWithHttpInfo (string accountId, string envelopeId)
 Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope More...
 
async System.Threading.Tasks.Task< EnvelopeAttachmentsResultGetAttachmentsAsync (string accountId, string envelopeId)
 Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeAttachmentsResult > > GetAttachmentsAsyncWithHttpInfo (string accountId, string envelopeId)
 Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope More...
 
ChunkedUploadResponse GetChunkedUpload (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions. More...
 
ApiResponse< ChunkedUploadResponseGetChunkedUploadWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions. More...
 
async System.Threading.Tasks.Task< ChunkedUploadResponseGetChunkedUploadAsync (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions. More...
 
async System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > GetChunkedUploadAsyncWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions. More...
 
System.IO.Stream GetCommentsTranscript (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true). More...
 
ApiResponse< System.IO.Stream > GetCommentsTranscriptWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true). More...
 
async System.Threading.Tasks.Task< System.IO.Stream > GetCommentsTranscriptAsync (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true). More...
 
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetCommentsTranscriptAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true). More...
 
ConsumerDisclosure GetConsumerDisclosure (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account. More...
 
ApiResponse< ConsumerDisclosureGetConsumerDisclosureWithHttpInfo (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account. More...
 
async System.Threading.Tasks.Task< ConsumerDisclosureGetConsumerDisclosureAsync (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account. More...
 
async System.Threading.Tasks.Task< ApiResponse< ConsumerDisclosure > > GetConsumerDisclosureAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account. More...
 
ConsumerDisclosure GetConsumerDisclosureDefault (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure. More...
 
ApiResponse< ConsumerDisclosureGetConsumerDisclosureDefaultWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure. More...
 
async System.Threading.Tasks.Task< ConsumerDisclosureGetConsumerDisclosureDefaultAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure. More...
 
async System.Threading.Tasks.Task< ApiResponse< ConsumerDisclosure > > GetConsumerDisclosureDefaultAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure. More...
 
System.IO.Stream GetDocument (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined More...
 
ApiResponse< System.IO.Stream > GetDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined More...
 
async System.Threading.Tasks.Task< System.IO.Stream > GetDocumentAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined More...
 
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined More...
 
System.IO.Stream GetDocumentPageImage (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope. More...
 
ApiResponse< System.IO.Stream > GetDocumentPageImageWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope. More...
 
async System.Threading.Tasks.Task< System.IO.Stream > GetDocumentPageImageAsync (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetDocumentPageImageAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope. More...
 
Tabs GetDocumentTabs (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
ApiResponse< TabsGetDocumentTabsWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< TabsGetDocumentTabsAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > GetDocumentTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
EmailSettings GetEmailSettings (string accountId, string envelopeId)
 Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope. More...
 
ApiResponse< EmailSettingsGetEmailSettingsWithHttpInfo (string accountId, string envelopeId)
 Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope. More...
 
async System.Threading.Tasks.Task< EmailSettingsGetEmailSettingsAsync (string accountId, string envelopeId)
 Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EmailSettings > > GetEmailSettingsAsyncWithHttpInfo (string accountId, string envelopeId)
 Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope. More...
 
Envelope GetEnvelope (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. Retrieves the overall status for the specified envelope. More...
 
ApiResponse< EnvelopeGetEnvelopeWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. Retrieves the overall status for the specified envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeGetEnvelopeAsync (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. Retrieves the overall status for the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Envelope > > GetEnvelopeAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. Retrieves the overall status for the specified envelope. More...
 
DelayedRouting GetEnvelopeDelayedRoutingDefinition (string accountId, string envelopeId, string workflowStepId)
 Returns the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
ApiResponse< DelayedRoutingGetEnvelopeDelayedRoutingDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Returns the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< DelayedRoutingGetEnvelopeDelayedRoutingDefinitionAsync (string accountId, string envelopeId, string workflowStepId)
 Returns the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< DelayedRouting > > GetEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Returns the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
DocGenFormFieldResponse GetEnvelopeDocGenFormFields (string accountId, string envelopeId)
 Returns formfields for an envelope More...
 
ApiResponse< DocGenFormFieldResponseGetEnvelopeDocGenFormFieldsWithHttpInfo (string accountId, string envelopeId)
 Returns formfields for an envelope More...
 
async System.Threading.Tasks.Task< DocGenFormFieldResponseGetEnvelopeDocGenFormFieldsAsync (string accountId, string envelopeId)
 Returns formfields for an envelope More...
 
async System.Threading.Tasks.Task< ApiResponse< DocGenFormFieldResponse > > GetEnvelopeDocGenFormFieldsAsyncWithHttpInfo (string accountId, string envelopeId)
 Returns formfields for an envelope More...
 
DocumentHtmlDefinitionOriginals GetEnvelopeDocumentHtmlDefinitions (string accountId, string envelopeId, string documentId)
 Get the Original HTML Definition used to generate the Responsive HTML for a given document. More...
 
ApiResponse< DocumentHtmlDefinitionOriginalsGetEnvelopeDocumentHtmlDefinitionsWithHttpInfo (string accountId, string envelopeId, string documentId)
 Get the Original HTML Definition used to generate the Responsive HTML for a given document. More...
 
async System.Threading.Tasks.Task< DocumentHtmlDefinitionOriginalsGetEnvelopeDocumentHtmlDefinitionsAsync (string accountId, string envelopeId, string documentId)
 Get the Original HTML Definition used to generate the Responsive HTML for a given document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentHtmlDefinitionOriginals > > GetEnvelopeDocumentHtmlDefinitionsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId)
 Get the Original HTML Definition used to generate the Responsive HTML for a given document. More...
 
DocumentHtmlDefinitionOriginals GetEnvelopeHtmlDefinitions (string accountId, string envelopeId)
 Get the Original HTML Definition used to generate the Responsive HTML for the envelope. More...
 
ApiResponse< DocumentHtmlDefinitionOriginalsGetEnvelopeHtmlDefinitionsWithHttpInfo (string accountId, string envelopeId)
 Get the Original HTML Definition used to generate the Responsive HTML for the envelope. More...
 
async System.Threading.Tasks.Task< DocumentHtmlDefinitionOriginalsGetEnvelopeHtmlDefinitionsAsync (string accountId, string envelopeId)
 Get the Original HTML Definition used to generate the Responsive HTML for the envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentHtmlDefinitionOriginals > > GetEnvelopeHtmlDefinitionsAsyncWithHttpInfo (string accountId, string envelopeId)
 Get the Original HTML Definition used to generate the Responsive HTML for the envelope. More...
 
ScheduledSending GetEnvelopeScheduledSendingDefinition (string accountId, string envelopeId)
 Returns the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
ApiResponse< ScheduledSendingGetEnvelopeScheduledSendingDefinitionWithHttpInfo (string accountId, string envelopeId)
 Returns the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ScheduledSendingGetEnvelopeScheduledSendingDefinitionAsync (string accountId, string envelopeId)
 Returns the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< ScheduledSending > > GetEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId)
 Returns the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
EnvelopeTransferRuleInformation GetEnvelopeTransferRules (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
ApiResponse< EnvelopeTransferRuleInformationGetEnvelopeTransferRulesWithHttpInfo (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< EnvelopeTransferRuleInformationGetEnvelopeTransferRulesAsync (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeTransferRuleInformation > > GetEnvelopeTransferRulesAsyncWithHttpInfo (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
Workflow GetEnvelopeWorkflowDefinition (string accountId, string envelopeId)
 Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one. More...
 
ApiResponse< WorkflowGetEnvelopeWorkflowDefinitionWithHttpInfo (string accountId, string envelopeId)
 Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one. More...
 
async System.Threading.Tasks.Task< WorkflowGetEnvelopeWorkflowDefinitionAsync (string accountId, string envelopeId)
 Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Workflow > > GetEnvelopeWorkflowDefinitionAsyncWithHttpInfo (string accountId, string envelopeId)
 Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one. More...
 
WorkflowStep GetEnvelopeWorkflowStepDefinition (string accountId, string envelopeId, string workflowStepId)
 Returns the workflow step definition for an envelope by step id. More...
 
ApiResponse< WorkflowStepGetEnvelopeWorkflowStepDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Returns the workflow step definition for an envelope by step id. More...
 
async System.Threading.Tasks.Task< WorkflowStepGetEnvelopeWorkflowStepDefinitionAsync (string accountId, string envelopeId, string workflowStepId)
 Returns the workflow step definition for an envelope by step id. More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > GetEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId)
 Returns the workflow step definition for an envelope by step id. More...
 
EnvelopeFormData GetFormData (string accountId, string envelopeId)
 Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values More...
 
ApiResponse< EnvelopeFormDataGetFormDataWithHttpInfo (string accountId, string envelopeId)
 Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values More...
 
async System.Threading.Tasks.Task< EnvelopeFormDataGetFormDataAsync (string accountId, string envelopeId)
 Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeFormData > > GetFormDataAsyncWithHttpInfo (string accountId, string envelopeId)
 Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values More...
 
LockInformation GetLock (string accountId, string envelopeId)
 Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header. More...
 
ApiResponse< LockInformationGetLockWithHttpInfo (string accountId, string envelopeId)
 Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header. More...
 
async System.Threading.Tasks.Task< LockInformationGetLockAsync (string accountId, string envelopeId)
 Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header. More...
 
async System.Threading.Tasks.Task< ApiResponse< LockInformation > > GetLockAsyncWithHttpInfo (string accountId, string envelopeId)
 Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header. More...
 
Notification GetNotificationSettings (string accountId, string envelopeId)
 Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope. More...
 
ApiResponse< NotificationGetNotificationSettingsWithHttpInfo (string accountId, string envelopeId)
 Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope. More...
 
async System.Threading.Tasks.Task< NotificationGetNotificationSettingsAsync (string accountId, string envelopeId)
 Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Notification > > GetNotificationSettingsAsyncWithHttpInfo (string accountId, string envelopeId)
 Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope. More...
 
Tabs GetPageTabs (string accountId, string envelopeId, string documentId, string pageNumber)
 Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
ApiResponse< TabsGetPageTabsWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber)
 Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< TabsGetPageTabsAsync (string accountId, string envelopeId, string documentId, string pageNumber)
 Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > GetPageTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber)
 Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
PageImages GetPages (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify. More...
 
ApiResponse< PageImagesGetPagesWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify. More...
 
async System.Threading.Tasks.Task< PageImagesGetPagesAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify. More...
 
async System.Threading.Tasks.Task< ApiResponse< PageImages > > GetPagesAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify. More...
 
DocumentVisibilityList GetRecipientDocumentVisibility (string accountId, string envelopeId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a recipient. More...
 
ApiResponse< DocumentVisibilityListGetRecipientDocumentVisibilityWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a recipient. More...
 
async System.Threading.Tasks.Task< DocumentVisibilityListGetRecipientDocumentVisibilityAsync (string accountId, string envelopeId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentVisibilityList > > GetRecipientDocumentVisibilityAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a recipient. More...
 
System.IO.Stream GetRecipientInitialsImage (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
ApiResponse< System.IO.Stream > GetRecipientInitialsImageWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
async System.Threading.Tasks.Task< System.IO.Stream > GetRecipientInitialsImageAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetRecipientInitialsImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
UserSignature GetRecipientSignature (string accountId, string envelopeId, string recipientId)
 Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient. More...
 
ApiResponse< UserSignatureGetRecipientSignatureWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient. More...
 
async System.Threading.Tasks.Task< UserSignatureGetRecipientSignatureAsync (string accountId, string envelopeId, string recipientId)
 Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< UserSignature > > GetRecipientSignatureAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient. More...
 
System.IO.Stream GetRecipientSignatureImage (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
ApiResponse< System.IO.Stream > GetRecipientSignatureImageWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
async System.Threading.Tasks.Task< System.IO.Stream > GetRecipientSignatureImageAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
async System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetRecipientSignatureImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image. More...
 
void GetTabsBlob (string accountId, string envelopeId)
 Get encrypted tabs for envelope. More...
 
ApiResponse< Object > GetTabsBlobWithHttpInfo (string accountId, string envelopeId)
 Get encrypted tabs for envelope. More...
 
async System.Threading.Tasks.Task GetTabsBlobAsync (string accountId, string envelopeId)
 Get encrypted tabs for envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > GetTabsBlobAsyncWithHttpInfo (string accountId, string envelopeId)
 Get encrypted tabs for envelope. More...
 
DelayedRouting GetTemplateDelayedRoutingDefinition (string accountId, string templateId, string workflowStepId)
 Returns the delayed routing rules for a template&#39;s workflow step definition. More...
 
ApiResponse< DelayedRoutingGetTemplateDelayedRoutingDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Returns the delayed routing rules for a template&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< DelayedRoutingGetTemplateDelayedRoutingDefinitionAsync (string accountId, string templateId, string workflowStepId)
 Returns the delayed routing rules for a template&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< DelayedRouting > > GetTemplateDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Returns the delayed routing rules for a template&#39;s workflow step definition. More...
 
DocumentVisibilityList GetTemplateRecipientDocumentVisibility (string accountId, string templateId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a template recipient. More...
 
ApiResponse< DocumentVisibilityListGetTemplateRecipientDocumentVisibilityWithHttpInfo (string accountId, string templateId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a template recipient. More...
 
async System.Threading.Tasks.Task< DocumentVisibilityListGetTemplateRecipientDocumentVisibilityAsync (string accountId, string templateId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a template recipient. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentVisibilityList > > GetTemplateRecipientDocumentVisibilityAsyncWithHttpInfo (string accountId, string templateId, string recipientId)
 Returns document visibility for the recipients This method returns information about document visibility for a template recipient. More...
 
ScheduledSending GetTemplateScheduledSendingDefinition (string accountId, string templateId)
 Returns the scheduled sending rules for a template&#39;s workflow definition. More...
 
ApiResponse< ScheduledSendingGetTemplateScheduledSendingDefinitionWithHttpInfo (string accountId, string templateId)
 Returns the scheduled sending rules for a template&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ScheduledSendingGetTemplateScheduledSendingDefinitionAsync (string accountId, string templateId)
 Returns the scheduled sending rules for a template&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< ScheduledSending > > GetTemplateScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string templateId)
 Returns the scheduled sending rules for a template&#39;s workflow definition. More...
 
Workflow GetTemplateWorkflowDefinition (string accountId, string templateId)
 Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one. More...
 
ApiResponse< WorkflowGetTemplateWorkflowDefinitionWithHttpInfo (string accountId, string templateId)
 Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one. More...
 
async System.Threading.Tasks.Task< WorkflowGetTemplateWorkflowDefinitionAsync (string accountId, string templateId)
 Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Workflow > > GetTemplateWorkflowDefinitionAsyncWithHttpInfo (string accountId, string templateId)
 Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one. More...
 
WorkflowStep GetTemplateWorkflowStepDefinition (string accountId, string templateId, string workflowStepId)
 Returns the workflow step definition for a template by step id. More...
 
ApiResponse< WorkflowStepGetTemplateWorkflowStepDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Returns the workflow step definition for a template by step id. More...
 
async System.Threading.Tasks.Task< WorkflowStepGetTemplateWorkflowStepDefinitionAsync (string accountId, string templateId, string workflowStepId)
 Returns the workflow step definition for a template by step id. More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > GetTemplateWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId)
 Returns the workflow step definition for a template by step id. More...
 
EnvelopeAuditEventResponse ListAuditEvents (string accountId, string envelopeId)
 Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope. More...
 
ApiResponse< EnvelopeAuditEventResponseListAuditEventsWithHttpInfo (string accountId, string envelopeId)
 Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeAuditEventResponseListAuditEventsAsync (string accountId, string envelopeId)
 Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeAuditEventResponse > > ListAuditEventsAsyncWithHttpInfo (string accountId, string envelopeId)
 Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope. More...
 
CustomFieldsEnvelope ListCustomFields (string accountId, string envelopeId)
 Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list. More...
 
ApiResponse< CustomFieldsEnvelopeListCustomFieldsWithHttpInfo (string accountId, string envelopeId)
 Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list. More...
 
async System.Threading.Tasks.Task< CustomFieldsEnvelopeListCustomFieldsAsync (string accountId, string envelopeId)
 Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list. More...
 
async System.Threading.Tasks.Task< ApiResponse< CustomFieldsEnvelope > > ListCustomFieldsAsyncWithHttpInfo (string accountId, string envelopeId)
 Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list. More...
 
DocumentFieldsInformation ListDocumentFields (string accountId, string envelopeId, string documentId)
 Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document. More...
 
ApiResponse< DocumentFieldsInformationListDocumentFieldsWithHttpInfo (string accountId, string envelopeId, string documentId)
 Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document. More...
 
async System.Threading.Tasks.Task< DocumentFieldsInformationListDocumentFieldsAsync (string accountId, string envelopeId, string documentId)
 Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentFieldsInformation > > ListDocumentFieldsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId)
 Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document. More...
 
EnvelopeDocumentsResult ListDocuments (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope. More...
 
ApiResponse< EnvelopeDocumentsResultListDocumentsWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeDocumentsResultListDocumentsAsync (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeDocumentsResult > > ListDocumentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope. More...
 
Recipients ListRecipients (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions. More...
 
ApiResponse< RecipientsListRecipientsWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions. More...
 
async System.Threading.Tasks.Task< RecipientsListRecipientsAsync (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions. More...
 
async System.Threading.Tasks.Task< ApiResponse< Recipients > > ListRecipientsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions. More...
 
EnvelopesInformation ListStatus (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes. More...
 
ApiResponse< EnvelopesInformationListStatusWithHttpInfo (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes. More...
 
async System.Threading.Tasks.Task< EnvelopesInformationListStatusAsync (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopesInformation > > ListStatusAsyncWithHttpInfo (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes. More...
 
EnvelopesInformation ListStatusChanges (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier. More...
 
ApiResponse< EnvelopesInformationListStatusChangesWithHttpInfo (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier. More...
 
async System.Threading.Tasks.Task< EnvelopesInformationListStatusChangesAsync (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopesInformation > > ListStatusChangesAsyncWithHttpInfo (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier. More...
 
Tabs ListTabs (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope. More...
 
ApiResponse< TabsListTabsWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< TabsListTabsAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > ListTabsAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope. More...
 
TemplateInformation ListTemplates (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 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. More...
 
ApiResponse< TemplateInformationListTemplatesWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 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. More...
 
async System.Threading.Tasks.Task< TemplateInformationListTemplatesAsync (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 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. More...
 
async System.Threading.Tasks.Task< ApiResponse< TemplateInformation > > ListTemplatesAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 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. More...
 
TemplateInformation ListTemplatesForDocument (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope. More...
 
ApiResponse< TemplateInformationListTemplatesForDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope. More...
 
async System.Threading.Tasks.Task< TemplateInformationListTemplatesForDocumentAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< TemplateInformation > > ListTemplatesForDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope. More...
 
EnvelopeAttachmentsResult PutAttachment (string accountId, string envelopeId, string attachmentId, Attachment attachment=null)
 Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope. More...
 
ApiResponse< EnvelopeAttachmentsResultPutAttachmentWithHttpInfo (string accountId, string envelopeId, string attachmentId, Attachment attachment=null)
 Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeAttachmentsResultPutAttachmentAsync (string accountId, string envelopeId, string attachmentId, Attachment attachment=null)
 Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeAttachmentsResult > > PutAttachmentAsyncWithHttpInfo (string accountId, string envelopeId, string attachmentId, Attachment attachment=null)
 Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope. More...
 
EnvelopeAttachmentsResult PutAttachments (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats. More...
 
ApiResponse< EnvelopeAttachmentsResultPutAttachmentsWithHttpInfo (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats. More...
 
async System.Threading.Tasks.Task< EnvelopeAttachmentsResultPutAttachmentsAsync (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeAttachmentsResult > > PutAttachmentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopeAttachmentsRequest envelopeAttachmentsRequest=null)
 Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats. More...
 
void RotateDocumentPage (string accountId, string envelopeId, string documentId, string pageNumber, PageRequest pageRequest=null)
 Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right. More...
 
ApiResponse< Object > RotateDocumentPageWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, PageRequest pageRequest=null)
 Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right. More...
 
async System.Threading.Tasks.Task RotateDocumentPageAsync (string accountId, string envelopeId, string documentId, string pageNumber, PageRequest pageRequest=null)
 Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > RotateDocumentPageAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, PageRequest pageRequest=null)
 Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right. More...
 
EnvelopeUpdateSummary Update (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted. More...
 
ApiResponse< EnvelopeUpdateSummaryUpdateWithHttpInfo (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted. More...
 
async System.Threading.Tasks.Task< EnvelopeUpdateSummaryUpdateAsync (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeUpdateSummary > > UpdateAsyncWithHttpInfo (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted. More...
 
ChunkedUploadResponse UpdateChunkedUpload (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts. More...
 
ApiResponse< ChunkedUploadResponseUpdateChunkedUploadWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts. More...
 
async System.Threading.Tasks.Task< ChunkedUploadResponseUpdateChunkedUploadAsync (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts. More...
 
async System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > UpdateChunkedUploadAsyncWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts. More...
 
ChunkedUploadResponse UpdateChunkedUploadPart (string accountId, string chunkedUploadId, string chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest=null)
 Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed. More...
 
ApiResponse< ChunkedUploadResponseUpdateChunkedUploadPartWithHttpInfo (string accountId, string chunkedUploadId, string chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest=null)
 Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed. More...
 
async System.Threading.Tasks.Task< ChunkedUploadResponseUpdateChunkedUploadPartAsync (string accountId, string chunkedUploadId, string chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest=null)
 Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed. More...
 
async System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > UpdateChunkedUploadPartAsyncWithHttpInfo (string accountId, string chunkedUploadId, string chunkedUploadPartSeq, ChunkedUploadRequest chunkedUploadRequest=null)
 Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed. More...
 
CustomFields UpdateCustomFields (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
ApiResponse< CustomFieldsUpdateCustomFieldsWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
async System.Threading.Tasks.Task< CustomFieldsUpdateCustomFieldsAsync (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
async System.Threading.Tasks.Task< ApiResponse< CustomFields > > UpdateCustomFieldsAsyncWithHttpInfo (string accountId, string envelopeId, CustomFields customFields=null)
 Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name. More...
 
EnvelopeDocument UpdateDocument (string accountId, string envelopeId, string documentId, byte[] documentFileBytes)
 Adds a document to an existing draft envelope. Adds a document to an existing draft envelope. More...
 
ApiResponse< EnvelopeDocumentUpdateDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, byte[] documentFileBytes)
 Adds a document to an existing draft envelope. Adds a document to an existing draft envelope. More...
 
async System.Threading.Tasks.Task< EnvelopeDocumentUpdateDocumentAsync (string accountId, string envelopeId, string documentId, byte[] documentFileBytes)
 Adds a document to an existing draft envelope. Adds a document to an existing draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeDocument > > UpdateDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, byte[] documentFileBytes)
 Adds a document to an existing draft envelope. Adds a document to an existing draft envelope. More...
 
DocumentFieldsInformation UpdateDocumentFields (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document. More...
 
ApiResponse< DocumentFieldsInformationUpdateDocumentFieldsWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document. More...
 
async System.Threading.Tasks.Task< DocumentFieldsInformationUpdateDocumentFieldsAsync (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentFieldsInformation > > UpdateDocumentFieldsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentFieldsInformation documentFieldsInformation=null)
 Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document. More...
 
Tabs UpdateDocumentTabs (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
ApiResponse< TabsUpdateDocumentTabsWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< TabsUpdateDocumentTabsAsync (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > UpdateDocumentTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, Tabs tabs=null)
 Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. More...
 
EnvelopeDocumentsResult UpdateDocuments (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document. More...
 
ApiResponse< EnvelopeDocumentsResultUpdateDocumentsWithHttpInfo (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document. More...
 
async System.Threading.Tasks.Task< EnvelopeDocumentsResultUpdateDocumentsAsync (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeDocumentsResult > > UpdateDocumentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopeDefinition envelopeDefinition=null)
 Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document. More...
 
EmailSettings UpdateEmailSettings (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted. More...
 
ApiResponse< EmailSettingsUpdateEmailSettingsWithHttpInfo (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted. More...
 
async System.Threading.Tasks.Task< EmailSettingsUpdateEmailSettingsAsync (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted. More...
 
async System.Threading.Tasks.Task< ApiResponse< EmailSettings > > UpdateEmailSettingsAsyncWithHttpInfo (string accountId, string envelopeId, EmailSettings emailSettings=null)
 Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted. More...
 
DelayedRouting UpdateEnvelopeDelayedRoutingDefinition (string accountId, string envelopeId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
ApiResponse< DelayedRoutingUpdateEnvelopeDelayedRoutingDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< DelayedRoutingUpdateEnvelopeDelayedRoutingDefinitionAsync (string accountId, string envelopeId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< DelayedRouting > > UpdateEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for an envelope&#39;s workflow step definition. More...
 
DocGenFormFieldResponse UpdateEnvelopeDocGenFormFields (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
ApiResponse< DocGenFormFieldResponseUpdateEnvelopeDocGenFormFieldsWithHttpInfo (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
async System.Threading.Tasks.Task< DocGenFormFieldResponseUpdateEnvelopeDocGenFormFieldsAsync (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
async System.Threading.Tasks.Task< ApiResponse< DocGenFormFieldResponse > > UpdateEnvelopeDocGenFormFieldsAsyncWithHttpInfo (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
ScheduledSending UpdateEnvelopeScheduledSendingDefinition (string accountId, string envelopeId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
ApiResponse< ScheduledSendingUpdateEnvelopeScheduledSendingDefinitionWithHttpInfo (string accountId, string envelopeId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ScheduledSendingUpdateEnvelopeScheduledSendingDefinitionAsync (string accountId, string envelopeId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< ScheduledSending > > UpdateEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for an envelope&#39;s workflow definition. More...
 
EnvelopeTransferRule UpdateEnvelopeTransferRule (string accountId, string envelopeTransferRuleId, EnvelopeTransferRule envelopeTransferRule=null)
 Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
ApiResponse< EnvelopeTransferRuleUpdateEnvelopeTransferRuleWithHttpInfo (string accountId, string envelopeTransferRuleId, EnvelopeTransferRule envelopeTransferRule=null)
 Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< EnvelopeTransferRuleUpdateEnvelopeTransferRuleAsync (string accountId, string envelopeTransferRuleId, EnvelopeTransferRule envelopeTransferRule=null)
 Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeTransferRule > > UpdateEnvelopeTransferRuleAsyncWithHttpInfo (string accountId, string envelopeTransferRuleId, EnvelopeTransferRule envelopeTransferRule=null)
 Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
EnvelopeTransferRuleInformation UpdateEnvelopeTransferRules (string accountId, EnvelopeTransferRuleInformation envelopeTransferRuleInformation=null)
 Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
ApiResponse< EnvelopeTransferRuleInformationUpdateEnvelopeTransferRulesWithHttpInfo (string accountId, EnvelopeTransferRuleInformation envelopeTransferRuleInformation=null)
 Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< EnvelopeTransferRuleInformationUpdateEnvelopeTransferRulesAsync (string accountId, EnvelopeTransferRuleInformation envelopeTransferRuleInformation=null)
 Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
async System.Threading.Tasks.Task< ApiResponse< EnvelopeTransferRuleInformation > > UpdateEnvelopeTransferRulesAsyncWithHttpInfo (string accountId, EnvelopeTransferRuleInformation envelopeTransferRuleInformation=null)
 Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account. More...
 
Workflow UpdateEnvelopeWorkflowDefinition (string accountId, string envelopeId, Workflow workflow=null)
 Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one. More...
 
ApiResponse< WorkflowUpdateEnvelopeWorkflowDefinitionWithHttpInfo (string accountId, string envelopeId, Workflow workflow=null)
 Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< WorkflowUpdateEnvelopeWorkflowDefinitionAsync (string accountId, string envelopeId, Workflow workflow=null)
 Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Workflow > > UpdateEnvelopeWorkflowDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, Workflow workflow=null)
 Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one. More...
 
WorkflowStep UpdateEnvelopeWorkflowStepDefinition (string accountId, string envelopeId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the envelope workflow step definition for an envelope. More...
 
ApiResponse< WorkflowStepUpdateEnvelopeWorkflowStepDefinitionWithHttpInfo (string accountId, string envelopeId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the envelope workflow step definition for an envelope. More...
 
async System.Threading.Tasks.Task< WorkflowStepUpdateEnvelopeWorkflowStepDefinitionAsync (string accountId, string envelopeId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the envelope workflow step definition for an envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > UpdateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string envelopeId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the envelope workflow step definition for an envelope. More...
 
LockInformation UpdateLock (string accountId, string envelopeId, LockRequest lockRequest=null)
 Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated. More...
 
ApiResponse< LockInformationUpdateLockWithHttpInfo (string accountId, string envelopeId, LockRequest lockRequest=null)
 Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated. More...
 
async System.Threading.Tasks.Task< LockInformationUpdateLockAsync (string accountId, string envelopeId, LockRequest lockRequest=null)
 Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated. More...
 
async System.Threading.Tasks.Task< ApiResponse< LockInformation > > UpdateLockAsyncWithHttpInfo (string accountId, string envelopeId, LockRequest lockRequest=null)
 Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated. More...
 
Notification UpdateNotificationSettings (string accountId, string envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest=null)
 Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages. More...
 
ApiResponse< NotificationUpdateNotificationSettingsWithHttpInfo (string accountId, string envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest=null)
 Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages. More...
 
async System.Threading.Tasks.Task< NotificationUpdateNotificationSettingsAsync (string accountId, string envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest=null)
 Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages. More...
 
async System.Threading.Tasks.Task< ApiResponse< Notification > > UpdateNotificationSettingsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest=null)
 Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages. More...
 
DocumentVisibilityList UpdateRecipientDocumentVisibility (string accountId, string envelopeId, string recipientId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
ApiResponse< DocumentVisibilityListUpdateRecipientDocumentVisibilityWithHttpInfo (string accountId, string envelopeId, string recipientId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< DocumentVisibilityListUpdateRecipientDocumentVisibilityAsync (string accountId, string envelopeId, string recipientId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentVisibilityList > > UpdateRecipientDocumentVisibilityAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
void UpdateRecipientInitialsImage (string accountId, string envelopeId, string recipientId)
 Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
ApiResponse< Object > UpdateRecipientInitialsImageWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
async System.Threading.Tasks.Task UpdateRecipientInitialsImageAsync (string accountId, string envelopeId, string recipientId)
 Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > UpdateRecipientInitialsImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
void UpdateRecipientSignatureImage (string accountId, string envelopeId, string recipientId)
 Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
ApiResponse< Object > UpdateRecipientSignatureImageWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
async System.Threading.Tasks.Task UpdateRecipientSignatureImageAsync (string accountId, string envelopeId, string recipientId)
 Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > UpdateRecipientSignatureImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId)
 Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false. More...
 
RecipientsUpdateSummary UpdateRecipients (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST). More...
 
ApiResponse< RecipientsUpdateSummaryUpdateRecipientsWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST). More...
 
async System.Threading.Tasks.Task< RecipientsUpdateSummaryUpdateRecipientsAsync (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST). More...
 
async System.Threading.Tasks.Task< ApiResponse< RecipientsUpdateSummary > > UpdateRecipientsAsyncWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST). More...
 
DocumentVisibilityList UpdateRecipientsDocumentVisibility (string accountId, string envelopeId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
ApiResponse< DocumentVisibilityListUpdateRecipientsDocumentVisibilityWithHttpInfo (string accountId, string envelopeId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< DocumentVisibilityListUpdateRecipientsDocumentVisibilityAsync (string accountId, string envelopeId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< ApiResponse< DocumentVisibilityList > > UpdateRecipientsDocumentVisibilityAsyncWithHttpInfo (string accountId, string envelopeId, DocumentVisibilityList documentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
Tabs UpdateTabs (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope. More...
 
ApiResponse< TabsUpdateTabsWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< TabsUpdateTabsAsync (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Tabs > > UpdateTabsAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, Tabs tabs=null)
 Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope. More...
 
void UpdateTabsBlob (string accountId, string envelopeId)
 Update encrypted tabs for envelope. More...
 
ApiResponse< Object > UpdateTabsBlobWithHttpInfo (string accountId, string envelopeId)
 Update encrypted tabs for envelope. More...
 
async System.Threading.Tasks.Task UpdateTabsBlobAsync (string accountId, string envelopeId)
 Update encrypted tabs for envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< Object > > UpdateTabsBlobAsyncWithHttpInfo (string accountId, string envelopeId)
 Update encrypted tabs for envelope. More...
 
DelayedRouting UpdateTemplateDelayedRoutingDefinition (string accountId, string templateId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for a template&#39;s workflow step definition. More...
 
ApiResponse< DelayedRoutingUpdateTemplateDelayedRoutingDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for a template&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< DelayedRoutingUpdateTemplateDelayedRoutingDefinitionAsync (string accountId, string templateId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for a template&#39;s workflow step definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< DelayedRouting > > UpdateTemplateDelayedRoutingDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId, DelayedRouting delayedRouting=null)
 Updates the delayed routing rules for a template&#39;s workflow step definition. More...
 
TemplateDocumentVisibilityList UpdateTemplateRecipientDocumentVisibility (string accountId, string templateId, string recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
ApiResponse< TemplateDocumentVisibilityListUpdateTemplateRecipientDocumentVisibilityWithHttpInfo (string accountId, string templateId, string recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< TemplateDocumentVisibilityListUpdateTemplateRecipientDocumentVisibilityAsync (string accountId, string templateId, string recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< ApiResponse< TemplateDocumentVisibilityList > > UpdateTemplateRecipientDocumentVisibilityAsyncWithHttpInfo (string accountId, string templateId, string recipientId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
TemplateDocumentVisibilityList UpdateTemplateRecipientsDocumentVisibility (string accountId, string templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
ApiResponse< TemplateDocumentVisibilityListUpdateTemplateRecipientsDocumentVisibilityWithHttpInfo (string accountId, string templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< TemplateDocumentVisibilityListUpdateTemplateRecipientsDocumentVisibilityAsync (string accountId, string templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
async System.Threading.Tasks.Task< ApiResponse< TemplateDocumentVisibilityList > > UpdateTemplateRecipientsDocumentVisibilityAsyncWithHttpInfo (string accountId, string templateId, TemplateDocumentVisibilityList templateDocumentVisibilityList=null)
 Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents. More...
 
ScheduledSending UpdateTemplateScheduledSendingDefinition (string accountId, string templateId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for a template&#39;s workflow definition. More...
 
ApiResponse< ScheduledSendingUpdateTemplateScheduledSendingDefinitionWithHttpInfo (string accountId, string templateId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for a template&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ScheduledSendingUpdateTemplateScheduledSendingDefinitionAsync (string accountId, string templateId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for a template&#39;s workflow definition. More...
 
async System.Threading.Tasks.Task< ApiResponse< ScheduledSending > > UpdateTemplateScheduledSendingDefinitionAsyncWithHttpInfo (string accountId, string templateId, ScheduledSending scheduledSending=null)
 Updates the scheduled sending rules for a template&#39;s workflow definition. More...
 
Workflow UpdateTemplateWorkflowDefinition (string accountId, string templateId, Workflow workflow=null)
 Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one. More...
 
ApiResponse< WorkflowUpdateTemplateWorkflowDefinitionWithHttpInfo (string accountId, string templateId, Workflow workflow=null)
 Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< WorkflowUpdateTemplateWorkflowDefinitionAsync (string accountId, string templateId, Workflow workflow=null)
 Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one. More...
 
async System.Threading.Tasks.Task< ApiResponse< Workflow > > UpdateTemplateWorkflowDefinitionAsyncWithHttpInfo (string accountId, string templateId, Workflow workflow=null)
 Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one. More...
 
WorkflowStep UpdateTemplateWorkflowStepDefinition (string accountId, string templateId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the template workflow step definition for an envelope. More...
 
ApiResponse< WorkflowStepUpdateTemplateWorkflowStepDefinitionWithHttpInfo (string accountId, string templateId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the template workflow step definition for an envelope. More...
 
async System.Threading.Tasks.Task< WorkflowStepUpdateTemplateWorkflowStepDefinitionAsync (string accountId, string templateId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the template workflow step definition for an envelope. More...
 
async System.Threading.Tasks.Task< ApiResponse< WorkflowStep > > UpdateTemplateWorkflowStepDefinitionAsyncWithHttpInfo (string accountId, string templateId, string workflowStepId, WorkflowStep workflowStep=null)
 Updates the template workflow step definition for an envelope. More...
 
- Public Member Functions inherited from DocuSign.eSign.Api.IEnvelopesApi
DocumentTemplateList ApplyTemplate (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. More...
 
ApiResponse< DocumentTemplateListApplyTemplateWithHttpInfo (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. More...
 
DocumentTemplateList ApplyTemplateToDocument (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. More...
 
ApiResponse< DocumentTemplateListApplyTemplateToDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. More...
 
EnvelopeSummary CreateEnvelope (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. More...
 
ApiResponse< EnvelopeSummaryCreateEnvelopeWithHttpInfo (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. More...
 
Recipients CreateRecipient (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. More...
 
ApiResponse< RecipientsCreateRecipientWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. More...
 
ChunkedUploadResponse GetChunkedUpload (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. More...
 
ApiResponse< ChunkedUploadResponseGetChunkedUploadWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. More...
 
System.IO.Stream GetCommentsTranscript (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user More...
 
ApiResponse< System.IO.Stream > GetCommentsTranscriptWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user More...
 
ConsumerDisclosure GetConsumerDisclosure (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
ApiResponse< ConsumerDisclosureGetConsumerDisclosureWithHttpInfo (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
ConsumerDisclosure GetConsumerDisclosureDefault (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
ApiResponse< ConsumerDisclosureGetConsumerDisclosureDefaultWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
System.IO.Stream GetDocument (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. More...
 
ApiResponse< System.IO.Stream > GetDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. More...
 
System.IO.Stream GetDocumentPageImage (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. More...
 
ApiResponse< System.IO.Stream > GetDocumentPageImageWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. More...
 
Tabs GetDocumentTabs (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. More...
 
ApiResponse< TabsGetDocumentTabsWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. More...
 
Envelope GetEnvelope (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. More...
 
ApiResponse< EnvelopeGetEnvelopeWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. More...
 
EnvelopeTransferRuleInformation GetEnvelopeTransferRules (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. More...
 
ApiResponse< EnvelopeTransferRuleInformationGetEnvelopeTransferRulesWithHttpInfo (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. More...
 
PageImages GetPages (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. More...
 
ApiResponse< PageImagesGetPagesWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. More...
 
System.IO.Stream GetRecipientInitialsImage (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. More...
 
ApiResponse< System.IO.Stream > GetRecipientInitialsImageWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. More...
 
System.IO.Stream GetRecipientSignatureImage (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. More...
 
ApiResponse< System.IO.Stream > GetRecipientSignatureImageWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. More...
 
EnvelopeDocumentsResult ListDocuments (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. More...
 
ApiResponse< EnvelopeDocumentsResultListDocumentsWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. More...
 
Recipients ListRecipients (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. More...
 
ApiResponse< RecipientsListRecipientsWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. More...
 
EnvelopesInformation ListStatus (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. More...
 
ApiResponse< EnvelopesInformationListStatusWithHttpInfo (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. More...
 
EnvelopesInformation ListStatusChanges (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. More...
 
ApiResponse< EnvelopesInformationListStatusChangesWithHttpInfo (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. More...
 
Tabs ListTabs (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. More...
 
ApiResponse< TabsListTabsWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. More...
 
TemplateInformation ListTemplates (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 Get List of Templates used in an Envelope More...
 
ApiResponse< TemplateInformationListTemplatesWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 Get List of Templates used in an Envelope More...
 
TemplateInformation ListTemplatesForDocument (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. More...
 
ApiResponse< TemplateInformationListTemplatesForDocumentWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. More...
 
EnvelopeUpdateSummary Update (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft More...
 
ApiResponse< EnvelopeUpdateSummaryUpdateWithHttpInfo (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft More...
 
ChunkedUploadResponse UpdateChunkedUpload (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. More...
 
ApiResponse< ChunkedUploadResponseUpdateChunkedUploadWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. More...
 
DocGenFormFieldResponse UpdateEnvelopeDocGenFormFields (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
ApiResponse< DocGenFormFieldResponseUpdateEnvelopeDocGenFormFieldsWithHttpInfo (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
RecipientsUpdateSummary UpdateRecipients (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. More...
 
ApiResponse< RecipientsUpdateSummaryUpdateRecipientsWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. More...
 
System.Threading.Tasks.Task< DocumentTemplateListApplyTemplateAsync (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< DocumentTemplateList > > ApplyTemplateAsyncWithHttpInfo (string accountId, string envelopeId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateOptions options=null)
 Adds templates to an envelope. More...
 
System.Threading.Tasks.Task< DocumentTemplateListApplyTemplateToDocumentAsync (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< DocumentTemplateList > > ApplyTemplateToDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, DocumentTemplateList documentTemplateList=null, EnvelopesApi.ApplyTemplateToDocumentOptions options=null)
 Adds templates to a document in an envelope. More...
 
System.Threading.Tasks.Task< EnvelopeSummaryCreateEnvelopeAsync (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopeSummary > > CreateEnvelopeAsyncWithHttpInfo (string accountId, EnvelopeDefinition envelopeDefinition=null, EnvelopesApi.CreateEnvelopeOptions options=null)
 Creates an envelope. More...
 
System.Threading.Tasks.Task< RecipientsCreateRecipientAsync (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< Recipients > > CreateRecipientAsyncWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.CreateRecipientOptions options=null)
 Adds one or more recipients to an envelope. More...
 
System.Threading.Tasks.Task< ChunkedUploadResponseGetChunkedUploadAsync (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. More...
 
System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > GetChunkedUploadAsyncWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.GetChunkedUploadOptions options=null)
 Retrieves the current metadata of a ChunkedUpload. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetCommentsTranscriptAsync (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetCommentsTranscriptAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetCommentsTranscriptOptions options=null)
 Gets comment transcript for envelope and user More...
 
System.Threading.Tasks.Task< ConsumerDisclosureGetConsumerDisclosureAsync (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConsumerDisclosure > > GetConsumerDisclosureAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, string langCode, EnvelopesApi.GetConsumerDisclosureOptions options=null)
 Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
System.Threading.Tasks.Task< ConsumerDisclosureGetConsumerDisclosureDefaultAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
System.Threading.Tasks.Task< ApiResponse< ConsumerDisclosure > > GetConsumerDisclosureDefaultAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetConsumerDisclosureDefaultOptions options=null)
 Gets the Electronic Record and Signature Disclosure associated with the account. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetDocumentAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentOptions options=null)
 Gets a document from an envelope. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetDocumentPageImageAsync (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetDocumentPageImageAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, string pageNumber, EnvelopesApi.GetDocumentPageImageOptions options=null)
 Gets a page image from an envelope for display. More...
 
System.Threading.Tasks.Task< TabsGetDocumentTabsAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. More...
 
System.Threading.Tasks.Task< ApiResponse< Tabs > > GetDocumentTabsAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetDocumentTabsOptions options=null)
 Returns tabs on the document. More...
 
System.Threading.Tasks.Task< EnvelopeGetEnvelopeAsync (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< Envelope > > GetEnvelopeAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.GetEnvelopeOptions options=null)
 Gets the status of a envelope. More...
 
System.Threading.Tasks.Task< EnvelopeTransferRuleInformationGetEnvelopeTransferRulesAsync (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopeTransferRuleInformation > > GetEnvelopeTransferRulesAsyncWithHttpInfo (string accountId, EnvelopesApi.GetEnvelopeTransferRulesOptions options=null)
 Returns a list of envelope transfer rules in the specified account. More...
 
System.Threading.Tasks.Task< PageImagesGetPagesAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. More...
 
System.Threading.Tasks.Task< ApiResponse< PageImages > > GetPagesAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.GetPagesOptions options=null)
 Returns document page image(s) based on input. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetRecipientInitialsImageAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetRecipientInitialsImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientInitialsImageOptions options=null)
 Gets the initials image for a user. More...
 
System.Threading.Tasks.Task< System.IO.Stream > GetRecipientSignatureImageAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. More...
 
System.Threading.Tasks.Task< ApiResponse< System.IO.Stream > > GetRecipientSignatureImageAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.GetRecipientSignatureImageOptions options=null)
 Retrieve signature image information for a signer/sign-in-person recipient. More...
 
System.Threading.Tasks.Task< EnvelopeDocumentsResultListDocumentsAsync (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopeDocumentsResult > > ListDocumentsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListDocumentsOptions options=null)
 Gets a list of envelope documents. More...
 
System.Threading.Tasks.Task< RecipientsListRecipientsAsync (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< Recipients > > ListRecipientsAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListRecipientsOptions options=null)
 Gets the status of recipients for an envelope. More...
 
System.Threading.Tasks.Task< EnvelopesInformationListStatusAsync (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopesInformation > > ListStatusAsyncWithHttpInfo (string accountId, EnvelopeIdsRequest envelopeIdsRequest=null, EnvelopesApi.ListStatusOptions options=null)
 Gets the envelope status for the specified envelopes. More...
 
System.Threading.Tasks.Task< EnvelopesInformationListStatusChangesAsync (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopesInformation > > ListStatusChangesAsyncWithHttpInfo (string accountId, EnvelopesApi.ListStatusChangesOptions options=null)
 Gets status changes for one or more envelopes. More...
 
System.Threading.Tasks.Task< TabsListTabsAsync (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< Tabs > > ListTabsAsyncWithHttpInfo (string accountId, string envelopeId, string recipientId, EnvelopesApi.ListTabsOptions options=null)
 Gets the tabs information for a signer or sign-in-person recipient in an envelope. More...
 
System.Threading.Tasks.Task< TemplateInformationListTemplatesAsync (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 Get List of Templates used in an Envelope More...
 
System.Threading.Tasks.Task< ApiResponse< TemplateInformation > > ListTemplatesAsyncWithHttpInfo (string accountId, string envelopeId, EnvelopesApi.ListTemplatesOptions options=null)
 Get List of Templates used in an Envelope More...
 
System.Threading.Tasks.Task< TemplateInformationListTemplatesForDocumentAsync (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< TemplateInformation > > ListTemplatesForDocumentAsyncWithHttpInfo (string accountId, string envelopeId, string documentId, EnvelopesApi.ListTemplatesForDocumentOptions options=null)
 Gets the templates associated with a document in an existing envelope. More...
 
System.Threading.Tasks.Task< EnvelopeUpdateSummaryUpdateAsync (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft More...
 
System.Threading.Tasks.Task< ApiResponse< EnvelopeUpdateSummary > > UpdateAsyncWithHttpInfo (string accountId, string envelopeId, Envelope envelope=null, EnvelopesApi.UpdateOptions options=null)
 Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft More...
 
System.Threading.Tasks.Task< ChunkedUploadResponseUpdateChunkedUploadAsync (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. More...
 
System.Threading.Tasks.Task< ApiResponse< ChunkedUploadResponse > > UpdateChunkedUploadAsyncWithHttpInfo (string accountId, string chunkedUploadId, EnvelopesApi.UpdateChunkedUploadOptions options=null)
 Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. More...
 
System.Threading.Tasks.Task< DocGenFormFieldResponseUpdateEnvelopeDocGenFormFieldsAsync (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
System.Threading.Tasks.Task< ApiResponse< DocGenFormFieldResponse > > UpdateEnvelopeDocGenFormFieldsAsyncWithHttpInfo (string accountId, string envelopeId, DocGenFormFieldRequest docGenFormFieldRequest=null, EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions options=null)
 Updates formfields for an envelope More...
 
System.Threading.Tasks.Task< RecipientsUpdateSummaryUpdateRecipientsAsync (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. More...
 
System.Threading.Tasks.Task< ApiResponse< RecipientsUpdateSummary > > UpdateRecipientsAsyncWithHttpInfo (string accountId, string envelopeId, Recipients recipients=null, EnvelopesApi.UpdateRecipientsOptions options=null)
 Updates recipients in a draft envelope or corrects recipient information for an in process envelope. More...
 

Properties

DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
DocuSign.eSign.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- Properties inherited from DocuSign.eSign.Client.IApiAccessor
DocuSignClient ApiClient [get, set]
 Gets or sets the ApiClient object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ EnvelopesApi()

DocuSign.eSign.Api.EnvelopesApi.EnvelopesApi ( DocuSignClient  aplClient)
inline

Initializes a new instance of the EnvelopesApi class using AplClient object

Parameters
aplClientAn instance of AplClient
Returns

Member Function Documentation

◆ ApplyTemplate()

DocumentTemplateList DocuSign.eSign.Api.EnvelopesApi.ApplyTemplate ( string  accountId,
string  envelopeId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateOptions  options = null 
)
inline

Adds templates to an envelope. Adds templates to the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
DocumentTemplateList

◆ ApplyTemplateAsync()

async System.Threading.Tasks.Task<DocumentTemplateList> DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateAsync ( string  accountId,
string  envelopeId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateOptions  options = null 
)
inline

Adds templates to an envelope. Adds templates to the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of DocumentTemplateList

◆ ApplyTemplateAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentTemplateList> > DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateOptions  options = null 
)
inline

Adds templates to an envelope. Adds templates to the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (DocumentTemplateList)

◆ ApplyTemplateToDocument()

DocumentTemplateList DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateToDocument ( string  accountId,
string  envelopeId,
string  documentId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateToDocumentOptions  options = null 
)
inline

Adds templates to a document in an envelope. Adds templates to a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
DocumentTemplateList

◆ ApplyTemplateToDocumentAsync()

async System.Threading.Tasks.Task<DocumentTemplateList> DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateToDocumentAsync ( string  accountId,
string  envelopeId,
string  documentId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateToDocumentOptions  options = null 
)
inline

Adds templates to a document in an envelope. Adds templates to a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of DocumentTemplateList

◆ ApplyTemplateToDocumentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentTemplateList> > DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateToDocumentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateToDocumentOptions  options = null 
)
inline

Adds templates to a document in an envelope. Adds templates to a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (DocumentTemplateList)

◆ ApplyTemplateToDocumentWithHttpInfo()

ApiResponse<DocumentTemplateList> DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateToDocumentWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateToDocumentOptions  options = null 
)
inline

Adds templates to a document in an envelope. Adds templates to a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of DocumentTemplateList

◆ ApplyTemplateWithHttpInfo()

ApiResponse<DocumentTemplateList> DocuSign.eSign.Api.EnvelopesApi.ApplyTemplateWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentTemplateList  documentTemplateList = null,
EnvelopesApi.ApplyTemplateOptions  options = null 
)
inline

Adds templates to an envelope. Adds templates to the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentTemplateList(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of DocumentTemplateList

◆ CreateChunkedUpload()

ChunkedUploadResponse DocuSign.eSign.Api.EnvelopesApi.CreateChunkedUpload ( string  accountId,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadRequest(optional)
Returns
ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateChunkedUploadAsync()

async System.Threading.Tasks.Task<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.CreateChunkedUploadAsync ( string  accountId,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadRequest(optional)
Returns
Task of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateChunkedUploadAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse> > DocuSign.eSign.Api.EnvelopesApi.CreateChunkedUploadAsyncWithHttpInfo ( string  accountId,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadRequest(optional)
Returns
Task of ApiResponse (ChunkedUploadResponse)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateChunkedUploadWithHttpInfo()

ApiResponse<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.CreateChunkedUploadWithHttpInfo ( string  accountId,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Initiate a new ChunkedUpload. This method initiates a new chunked upload with the first part of the content.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadRequest(optional)
Returns
ApiResponse of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateConsoleView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateConsoleView ( string  accountId,
ConsoleViewRequest  consoleViewRequest = null 
)
inline

Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
consoleViewRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateConsoleViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateConsoleViewAsync ( string  accountId,
ConsoleViewRequest  consoleViewRequest = null 
)
inline

Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
consoleViewRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateConsoleViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateConsoleViewAsyncWithHttpInfo ( string  accountId,
ConsoleViewRequest  consoleViewRequest = null 
)
inline

Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
consoleViewRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateConsoleViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateConsoleViewWithHttpInfo ( string  accountId,
ConsoleViewRequest  consoleViewRequest = null 
)
inline

Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
consoleViewRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCorrectView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateCorrectView ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCorrectViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateCorrectViewAsync ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCorrectViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateCorrectViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCorrectViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateCorrectViewWithHttpInfo ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCustomFields()

CustomFields DocuSign.eSign.Api.EnvelopesApi.CreateCustomFields ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCustomFieldsAsync()

async System.Threading.Tasks.Task<CustomFields> DocuSign.eSign.Api.EnvelopesApi.CreateCustomFieldsAsync ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCustomFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<CustomFields> > DocuSign.eSign.Api.EnvelopesApi.CreateCustomFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of ApiResponse (CustomFields)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateCustomFieldsWithHttpInfo()

ApiResponse<CustomFields> DocuSign.eSign.Api.EnvelopesApi.CreateCustomFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
ApiResponse of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentFields()

DocumentFieldsInformation DocuSign.eSign.Api.EnvelopesApi.CreateDocumentFields ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentFieldsAsync()

async System.Threading.Tasks.Task<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentFieldsAsync ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentFieldsInformation> > DocuSign.eSign.Api.EnvelopesApi.CreateDocumentFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of ApiResponse (DocumentFieldsInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentFieldsWithHttpInfo()

ApiResponse<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Creates custom document fields in an existing envelope document. Creates custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
ApiResponse of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentResponsiveHtmlPreview()

DocumentHtmlDefinitions DocuSign.eSign.Api.EnvelopesApi.CreateDocumentResponsiveHtmlPreview ( string  accountId,
string  envelopeId,
string  documentId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentHtmlDefinition(optional)
Returns
DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentResponsiveHtmlPreviewAsync()

async System.Threading.Tasks.Task<DocumentHtmlDefinitions> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentResponsiveHtmlPreviewAsync ( string  accountId,
string  envelopeId,
string  documentId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentHtmlDefinition(optional)
Returns
Task of DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentResponsiveHtmlPreviewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentHtmlDefinitions> > DocuSign.eSign.Api.EnvelopesApi.CreateDocumentResponsiveHtmlPreviewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentHtmlDefinition(optional)
Returns
Task of ApiResponse (DocumentHtmlDefinitions)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentResponsiveHtmlPreviewWithHttpInfo()

ApiResponse<DocumentHtmlDefinitions> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentResponsiveHtmlPreviewWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for a document in an envelope. Creates a preview of the responsive HTML version of a specific document. This method enables you to preview a PDF document conversion to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the signing document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentHtmlDefinition(optional)
Returns
ApiResponse of DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.CreateDocumentTabs ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentTabsAsync ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.CreateDocumentTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateDocumentTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.CreateDocumentTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Adds the tabs to an envelope document Adds tabs to the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;. In the request body, you only need to specify the tabs that your are adding. For example, to add a text prefill tab, your request body might look like this: &#x60;&#x60;&#x60; { &quot;prefillTabs&quot;: { &quot;textTabs&quot;: [ { &quot;value&quot;: &quot;a prefill text tab&quot;, &quot;pageNumber&quot;: &quot;1&quot;, &quot;documentId&quot;: &quot;1&quot;, &quot;xPosition&quot;: 316, &quot;yPosition&quot;: 97 } ] } } &#x60;&#x60;&#x60;

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEditView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateEditView ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEditViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEditViewAsync ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEditViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateEditViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEditViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEditViewWithHttpInfo ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEmailSettings()

EmailSettings DocuSign.eSign.Api.EnvelopesApi.CreateEmailSettings ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEmailSettingsAsync()

async System.Threading.Tasks.Task<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.CreateEmailSettingsAsync ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
Task of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEmailSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EmailSettings> > DocuSign.eSign.Api.EnvelopesApi.CreateEmailSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
Task of ApiResponse (EmailSettings)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEmailSettingsWithHttpInfo()

ApiResponse<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.CreateEmailSettingsWithHttpInfo ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Adds email setting overrides to an envelope. Adds email override settings, changing the email address to reply to an email address, name, or the BCC for email archive information, for the envelope. Note that adding email settings will only affect email communications that occur after the addition was made. ### Important: The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, use a Carbon Copies or Certified Deliveries Recipient Type.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
ApiResponse of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelope()

EnvelopeSummary DocuSign.eSign.Api.EnvelopesApi.CreateEnvelope ( string  accountId,
EnvelopeDefinition  envelopeDefinition = null,
EnvelopesApi.CreateEnvelopeOptions  options = null 
)
inline

Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
EnvelopeSummary

◆ CreateEnvelopeAsync()

async System.Threading.Tasks.Task<EnvelopeSummary> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeAsync ( string  accountId,
EnvelopeDefinition  envelopeDefinition = null,
EnvelopesApi.CreateEnvelopeOptions  options = null 
)
inline

Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopeSummary

◆ CreateEnvelopeAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeSummary> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeAsyncWithHttpInfo ( string  accountId,
EnvelopeDefinition  envelopeDefinition = null,
EnvelopesApi.CreateEnvelopeOptions  options = null 
)
inline

Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopeSummary)

◆ CreateEnvelopeComments()

CommentHistoryResult DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeComments ( string  accountId,
string  envelopeId,
CommentsPublish  commentsPublish = null 
)
inline

Posts a list of comments for authorized user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
commentsPublish(optional)
Returns
CommentHistoryResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeCommentsAsync()

async System.Threading.Tasks.Task<CommentHistoryResult> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeCommentsAsync ( string  accountId,
string  envelopeId,
CommentsPublish  commentsPublish = null 
)
inline

Posts a list of comments for authorized user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
commentsPublish(optional)
Returns
Task of CommentHistoryResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeCommentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<CommentHistoryResult> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeCommentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CommentsPublish  commentsPublish = null 
)
inline

Posts a list of comments for authorized user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
commentsPublish(optional)
Returns
Task of ApiResponse (CommentHistoryResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeCommentsWithHttpInfo()

ApiResponse<CommentHistoryResult> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeCommentsWithHttpInfo ( string  accountId,
string  envelopeId,
CommentsPublish  commentsPublish = null 
)
inline

Posts a list of comments for authorized user

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
commentsPublish(optional)
Returns
ApiResponse of CommentHistoryResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientPreview()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientPreview ( string  accountId,
string  envelopeId,
RecipientPreviewRequest  recipientPreviewRequest = null 
)
inline

Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientPreviewRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientPreviewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientPreviewAsync ( string  accountId,
string  envelopeId,
RecipientPreviewRequest  recipientPreviewRequest = null 
)
inline

Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientPreviewRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientPreviewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientPreviewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientPreviewRequest  recipientPreviewRequest = null 
)
inline

Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientPreviewRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientPreviewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientPreviewWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientPreviewRequest  recipientPreviewRequest = null 
)
inline

Provides a URL to start a recipient view of the Envelope UI This method returns a URL for an envelope recipient preview in the DocuSign UI that you can embed in your application. You use this method to enable the sender to preview the recipients&#39; experience. For more information, see Preview and Send.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientPreviewRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientSharedView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientSharedView ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientSharedViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientSharedViewAsync ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientSharedViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientSharedViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeRecipientSharedViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeRecipientSharedViewWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Provides a URL to start a shared recipient view of the Envelope UI Returns a URL that enables you to embed the DocuSign UI recipient view of a shared envelope in your applications. This is the view that a user sees of an envelope that a recipient on the same account has shared with them. Due to screen space issues, do not use an &#x60;<iframe>&#x60; for embedded operations on mobile devices. For iOS devices, DocuSign recommends using a WebView. ### Revoking the URL You can revoke this URL by making a DELETE HTTP request to the URL with no request body. ### Related topics - Embedded signing and sending - How to send an envelope via your app - How to embed the DocuSign UI in your app

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeTransferRules()

EnvelopeTransferRuleInformation DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeTransferRules ( string  accountId,
EnvelopeTransferRuleRequest  envelopeTransferRuleRequest = null 
)
inline

Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleRequest(optional)
Returns
EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeTransferRulesAsync()

async System.Threading.Tasks.Task<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeTransferRulesAsync ( string  accountId,
EnvelopeTransferRuleRequest  envelopeTransferRuleRequest = null 
)
inline

Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleRequest(optional)
Returns
Task of EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeTransferRulesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeTransferRuleInformation> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeTransferRulesAsyncWithHttpInfo ( string  accountId,
EnvelopeTransferRuleRequest  envelopeTransferRuleRequest = null 
)
inline

Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleRequest(optional)
Returns
Task of ApiResponse (EnvelopeTransferRuleInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeTransferRulesWithHttpInfo()

ApiResponse<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeTransferRulesWithHttpInfo ( string  accountId,
EnvelopeTransferRuleRequest  envelopeTransferRuleRequest = null 
)
inline

Add envelope transfer rules to an account. This method creates an envelope transfer rule. When you create an envelope transfer rule, you specify the following properties: - &#x60;eventType&#x60; - &#x60;fromGroups&#x60; - &#x60;toUser&#x60; - &#x60;toFolder&#x60; - &#x60;carbonCopyOriginalOwner&#x60; - &#x60;enabled&#x60; Note: Only Administrators can create envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleRequest(optional)
Returns
ApiResponse of EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeWithHttpInfo()

ApiResponse<EnvelopeSummary> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeWithHttpInfo ( string  accountId,
EnvelopeDefinition  envelopeDefinition = null,
EnvelopesApi.CreateEnvelopeOptions  options = null 
)
inline

Creates an envelope. Creates an envelope. Using this function you can: * Create an envelope and send it. * Create an envelope from an existing template and send it. In either case, you can choose to save the envelope as a draft envelope instead of sending it by setting the request&#39;s &#x60;status&#x60; property to &#x60;created&#x60; instead of &#x60;sent&#x60;. ## Sending Envelopes Documents can be included with the Envelopes::create call itself or a template can include documents. Documents can be added by using a multi-part/form request or by using the &#x60;documentBase64&#x60; field of the &#x60;document&#x60; object ### Recipient Types An &#x60;envelopeDefinition&#x60; object is used as the method&#39;s body. Envelope recipients can be defined in the envelope or in templates. The &#x60;envelopeDefinition&#x60; object&#39;s &#x60;recipients&#x60; field is an &#x60;EnvelopeRecipients&#x60; resource object. It includes arrays of the seven types of recipients defined by DocuSign: Recipient type | Object definition - – – – – – – - | - – – – – – – – – agent (can add name and email information for later recipients/signers) | &#x60;agent&#x60; carbon copy (receives a copy of the documents) | &#x60;carbonCopy&#x60; certified delivery (receives a copy of the documents and must acknowledge receipt) | &#x60;certifiedDelivery&#x60; editor (can change recipients and document fields for later recipients/signers) | &#x60;editor&#x60; in-person signer (&quot;hosts&quot; someone who signs in-person) | &#x60;inPersonSigner&#x60; intermediary (can add name and email information for some later recipients/signers.) | &#x60;intermediary&#x60; signer (signs and/or updates document fields) | &#x60;signer&#x60; Additional information about the different types of recipients is available from the &#x60;EnvelopeRecipients&#x60; resource page and from the Developer Center ### Tabs Tabs (also referred to as &#x60;tags&#x60; and as &#x60;fields&#x60; in the web sending user interface), can be defined in the &#x60;envelopeDefinition&#x60;, in templates, by transforming PDF Form Fields, or by using Composite Templates (see below). Defining tabs: the &#x60;inPersonSigner&#x60;, and &#x60;signer&#x60; recipient objects include a &#x60;tabs&#x60; field. It is an &#x60;EnvelopeTabs&#x60; resource object. It includes arrays of the 24 different tab types available. See the &#x60;EnvelopeTabs&#x60; resource for more information. ## Using Templates Envelopes use specific people or groups as recipients. Templates can specify a role, eg &#x60;account_manager.&#x60; When a template is used in an envelope, the roles must be replaced with specific people or groups. When you create an envelope using a &#x60;templateId&#x60;, the different recipient type objects within the &#x60;EnvelopeRecipients&#x60; object are used to assign recipients to the template&#39;s roles via the &#x60;roleName&#x60; property. The recipient objects can also override settings that were specified in the template, and set values for tab fields that were defined in the template. ### Message Lock When a template is added or applied to an envelope and the template has a locked email subject and message, that subject and message are used for the envelope and cannot be changed even if another locked template is subsequently added or applied to the envelope. The field &#x60;messageLock&#x60; is used to lock the email subject and message. If an email subject or message is entered before adding or applying a template with &#x60;messageLock&#x60; true, the email subject and message is overwritten with the locked email subject and message from the template. ## Envelope Status The status of sent envelopes can be determined through the DocuSign webhook system or by polling. Webhooks are highly recommended: they provide your application with the quickest updates when an envelope&#39;s status changes. DocuSign limits polling to once every 15 minutes or less frequently. When a webhook is used, DocuSign calls your application, via the URL you provide, with a notification XML message. See the Webhook recipe for examples and live demos of using webhooks. ## Webhook Options The two webhook options, eventNotification and Connect use the same notification mechanism and message formats. eventNotification is used to create a webhook for a specific envelope sent via the API. Connect webhooks can be used for any envelope sent from an account, from any user, from any client. ### eventNotification Webhooks The Envelopes::create method includes an optional eventNotification object that adds a webhook to the envelope. eventNotification webhooks are available for all DocuSign accounts with API access. ### Connect Webhooks Connect can be used to create a webhook for all envelopes sent by all users in an account, either through the API or via other DocuSign clients (web, mobile, etc). Connect configurations are independent of specific envelopes. A Connect configuration includes a filter that may be used to limit the webhook to specific users, envelope statuses, etc. Connect configurations may be created and managed using the ConnectConfigurations resource. Configurations can also be created and managed from the Administration tool accessed by selecting &quot;Go to Admin&quot; from the menu next to your picture on the DocuSign web app. See the Integrations/Connect section of the Admin tool. For repeatability, and to minimize support questions, creating Connect configurations via the API is recommended, especially for ISVs. Connect is available for some DocuSign account types. Please contact DocuSign Sales for more information. ## Composite Templates The Composite Templates feature, like compositing in film production, enables you to overlay document, recipient, and tab definitions from multiple sources, including PDF Form Field definitions, templates defined on the server, and more. Each Composite Template consists of optional elements: server templates, inline templates, PDF Metadata templates, and documents. * The Composite Template ID is an optional element used to identify the composite template. It is used as a reference when adding document object information via a multi-part HTTP message. If used, the document content-disposition must include the &#x60;compositeTemplateId&#x60; to which the document should be added. If &#x60;compositeTemplateId&#x60; is not specified in the content-disposition, the document is applied based on the &#x60;documentId&#x60; only. If no document object is specified, the composite template inherits the first document. * Server Templates are server-side templates stored on the DocuSign platform. If supplied, they are overlaid into the envelope in the order of their Sequence value. * Inline Templates provide a container to add documents, recipients, tabs, and custom fields. If inline templates are supplied, they are overlaid into the envelope in the order of their Sequence value. * Document objects are optional structures that provide a container to pass in a document or form. If this object is not included, the composite template inherits the first document it finds from a server template or inline template, starting with the lowest sequence value. PDF Form objects are only transformed from the document object. DocuSign does not derive PDF form properties from server templates or inline templates. To instruct DocuSign to transform fields from the PDF form, set &#x60;transformPdfFields&#x60; to &quot;true&quot; for the document. See the Transform PDF Fields section for more information about process. * PDF Metadata Templates provide a container to embed design-time template information into a PDF document. DocuSign uses this information when processing the Envelope. This convention allows the document to carry the signing instructions with it, so that less information needs to be provided at run-time through an inline template or synchronized with an external structure like a server template. PDF Metadata templates are stored in the Metadata layer of a PDF in accordance with Acrobat&#39;s XMP specification. DocuSign will only find PDF Metadata templates inside documents passed in the Document object (see below). If supplied, the PDF metadata template will be overlaid into the envelope in the order of its Sequence value. ### Compositing the definitions Each Composite Template adds a new document and templates overlay into the envelope. For each Composite Template these rules are applied: * Templates are overlaid in the order of their Sequence value. * If Document is not passed into the Composite Template&#39;s &#x60;document&#x60; field, the first template&#39;s document (based on the template&#39;s Sequence value) is used. * Last in wins in all cases except for the document (i.e. envelope information, recipient information, secure field information). There is no special casing. For example, if you want higher security on a tab, then that needs to be specified in a later template (by sequence number) then where the tab is included. If you want higher security on a role recipient, then it needs to be in a later template then where that role recipient is specified. * Recipient matching is based on Recipient Role and Routing Order. If there are matches, the recipient information is merged together. A final pass is done on all Composite Templates, after all template overlays have been applied, to collapse recipients with the same email, username and routing order. This prevents having the same recipients at the same routing order. * If you specify in a template that a recipient is locked, once that recipient is overlaid the recipient attributes can no longer be changed. The only items that can be changed for the recipient in this case are the email, username, access code and IDCheckInformationInput. * Tab matching is based on Tab Labels, Tab Types and Documents. If a Tab Label matches but the Document is not supplied, the Tab is overlaid for all the Documents. For example, if you have a simple inline template with only one tab in it with a label and a value, the Signature, Initial, Company, Envelope ID, User Name tabs will only be matched and collapsed if they fall in the exact same X and Y locations. * roleName and tabLabel matching is case sensitive. * The defaultRecipient field enables you to specify which recipient the generated tabs from a PDF form are mapped to. You can also set PDF form generated tabs to a recipient other than the DefaultRecipient by specifying the mapping of the tab label that is created to one of the template recipients. * You can use tabLabel wild carding to map a series of tabs from the PDF form. To use this you must end a tab label with &quot;\*&quot; and then the system matches tabs that start with the label. * If no DefaultRecipient is specified, tabs must be explicitly mapped to recipients in order to be generated from the form. Unmapped form objects will not be generated into their DocuSign equivalents. (In the case of Signature/Initials, the tabs will be disregarded entirely; in the case of pdf text fields, the field data will be flattened on the Envelope document, but there will not be a corresponding DocuSign data tab.) ### Including the Document Content for Composite Templates Document content can be supplied inline, using the &#x60;documentBase64&#x60; or can be included in a multi-part HTTP message. If a multi-part message is used and there are multiple Composite Templates, the document content-disposition can include the &#x60;compositeTemplateId&#x60; to which the document should be added. Using the &#x60;compositeTemplateId&#x60; sets which documents are associated with particular composite templates. An example of this usage is: &#x60;&#x60;&#x60; - -5cd3320a-5aac-4453-b3a4-cbb52a4cba5d Content-Type: application/pdf Content-Disposition: file; filename&#x3D;&quot;eula.pdf&quot;; documentId&#x3D;1; compositeTemplateId&#x3D;&quot;1&quot; Content-Transfer-Encoding: base64 &#x60;&#x60;&#x60; ### PDF Form Field Transformation Only the following PDF Form FieldTypes will be transformed to DocuSign tabs: CheckBox, DateTime, ListBox, Numeric, Password, Radio, Signature, and Text Field Properties that will be transformed: Read Only, Required, Max Length, Positions, and Initial Data. When transforming a PDF Form Digital Signature Field, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials Any other PDF Form Digital Signature Field will be transformed to a DocuSign Signature tab When transforming PDF Form Text Fields, the following rules are used: If the PDF Field Name Contains | Then the DocuSign Tab Will be - – – – | - – – – - DocuSignSignHere or eSignSignHere | Signature DocuSignSignHereOptional or eSignSignHereOptional | Optional Signature DocuSignInitialHere or eSignInitialHere | Initials DocuSignInitialHereOptional or eSignInitialHereOptional | Optional Initials DocuSignEnvelopeID or eSignEnvelopeID | EnvelopeID DocuSignCompany or eSignCompany | Company DocuSignDateSigned or eSignDateSigned | Date Signed DocuSignTitle or eSignTitle | Title DocuSignFullName or eSignFullName | Full Name DocuSignSignerAttachmentOptional or eSignSignerAttachmentOptional | Optional Signer Attachment Any other PDF Form Text Field will be transformed to a DocuSign data (text) tab. PDF Form Field Names that include &quot;DocuSignIgnoreTransform&quot; or &quot;eSignIgnoreTransform&quot; will not be transformed. PDF Form Date fields will be transformed to Date Signed fields if their name includes DocuSignDateSigned or eSignDateSigned. ## Template Email Subject Merge Fields This feature enables you to insert recipient name and email address merge fields into the email subject line when creating or sending from a template. The merge fields, based on the recipient&#39;s &#x60;roleName&#x60;, are added to the &#x60;emailSubject&#x60; when the template is created or when the template is used to create an envelope. After a template sender adds the name and email information for the recipient and sends the envelope, the recipient information is automatically merged into the appropriate fields in the email subject line. Both the sender and the recipients will see the information in the email subject line for any emails associated with the template. This provides an easy way for senders to organize their envelope emails without having to open an envelope to check the recipient. If merging the recipient information into the subject line causes the subject line to exceed 100 characters, then any characters over the 100 character limit are not included in the subject line. For cases where the recipient name or email is expected to be long, you should consider placing the merge field at the start of the email subject. * To add a recipient&#39;s name in the subject line add the following text in the &#x60;emailSubject&#x60; when creating the template or when sending an envelope from a template: [[<roleName>_UserName]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_UserName]], Please sign this NDA&quot;,&#x60; * To add a recipient&#39;s email address in the subject line add the following text in the emailSubject when creating the template or when sending an envelope from a template: [[<roleName>_Email]] Example: &#x60;&quot;emailSubject&quot;:&quot;[[Signer 1_Email]], Please sign this NDA&quot;,&#x60; In both cases the <roleName> is the recipient&#39;s &#x60;roleName&#x60; in the template. For cases where another recipient (such as an Agent, Editor, or Intermediary recipient) is entering the name and email information for the recipient included in the email subject, then [[<roleName>_UserName]] or [[<roleName>_Email]] is shown in the email subject. ## Branding an envelope The following rules are used to determine the &#x60;brandId&#x60; used in an envelope: * If a &#x60;brandId&#x60; is specified in the envelope/template and that brandId is available to the account, that brand is used in the envelope. * If more than one template is used in an envelope and more than one &#x60;brandId&#x60; is specified, the first &#x60;brandId&#x60; specified is used throughout the envelope. * In cases where no brand is specified and the sender belongs to a Group; if there is only one brand associated with the Group, then that brand is used in the envelope. Otherwise, the account&#39;s default signing brand is used. * For envelopes that do not meet any of the previous criteria, the account&#39;s default signing brand is used for the envelope. ## BCC Email address feature The BCC Email address feature is designed to provide a copy of all email communications for external archiving purposes. DocuSign recommends that envelopes sent using the BCC for Email Archive feature, including the BCC Email Override option, include additional signer authentication options. To send a copy of the envelope to a recipient who does not need to sign, don&#39;t use the BCC Email field. Use a Carbon Copy or Certified Delivery Recipient type. ## Merge Recipient Roles for Draft Envelopes When an envelope with multiple templates is sent, the recipients from the templates are merged according to the template roles, and empty recipients are removed. When creating an envelope with multiple templates, but not sending it (keeping it in a created state), duplicate recipients are not merged, which could cause leave duplicate recipients in the envelope. To prevent this, the query parameter &#x60;merge_roles_on_draft&#x60; should be added when posting a draft envelope (status&#x3D;created) with multiple templates. Doing this will merge template roles and remove empty recipients. ###### Note: DocuSign recommends that the &#x60;merge_roles_on_draft&#x60; query parameter be used anytime you are creating an envelope with multiple templates and keeping it in draft (created) status.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeDefinition(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopeSummary

◆ CreateEnvelopeWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeWorkflowStepDefinition ( string  accountId,
string  envelopeId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for an envelope&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStep(optional)
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeWorkflowStepDefinitionAsync ( string  accountId,
string  envelopeId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for an envelope&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStep(optional)
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for an envelope&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStep(optional)
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateEnvelopeWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.CreateEnvelopeWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for an envelope&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStep(optional)
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateHistoricalEnvelopePublishTransaction()

EnvelopePublishTransaction DocuSign.eSign.Api.EnvelopesApi.CreateHistoricalEnvelopePublishTransaction ( string  accountId,
ConnectHistoricalEnvelopeRepublish  connectHistoricalEnvelopeRepublish = null 
)
inline

Submits a batch of historical envelopes for republish to an adhoc config.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectHistoricalEnvelopeRepublish(optional)
Returns
EnvelopePublishTransaction

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateHistoricalEnvelopePublishTransactionAsync()

async System.Threading.Tasks.Task<EnvelopePublishTransaction> DocuSign.eSign.Api.EnvelopesApi.CreateHistoricalEnvelopePublishTransactionAsync ( string  accountId,
ConnectHistoricalEnvelopeRepublish  connectHistoricalEnvelopeRepublish = null 
)
inline

Submits a batch of historical envelopes for republish to an adhoc config.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectHistoricalEnvelopeRepublish(optional)
Returns
Task of EnvelopePublishTransaction

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateHistoricalEnvelopePublishTransactionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopePublishTransaction> > DocuSign.eSign.Api.EnvelopesApi.CreateHistoricalEnvelopePublishTransactionAsyncWithHttpInfo ( string  accountId,
ConnectHistoricalEnvelopeRepublish  connectHistoricalEnvelopeRepublish = null 
)
inline

Submits a batch of historical envelopes for republish to an adhoc config.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectHistoricalEnvelopeRepublish(optional)
Returns
Task of ApiResponse (EnvelopePublishTransaction)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateHistoricalEnvelopePublishTransactionWithHttpInfo()

ApiResponse<EnvelopePublishTransaction> DocuSign.eSign.Api.EnvelopesApi.CreateHistoricalEnvelopePublishTransactionWithHttpInfo ( string  accountId,
ConnectHistoricalEnvelopeRepublish  connectHistoricalEnvelopeRepublish = null 
)
inline

Submits a batch of historical envelopes for republish to an adhoc config.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
connectHistoricalEnvelopeRepublish(optional)
Returns
ApiResponse of EnvelopePublishTransaction

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateLock()

LockInformation DocuSign.eSign.Api.EnvelopesApi.CreateLock ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateLockAsync()

async System.Threading.Tasks.Task<LockInformation> DocuSign.eSign.Api.EnvelopesApi.CreateLockAsync ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
Task of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateLockAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<LockInformation> > DocuSign.eSign.Api.EnvelopesApi.CreateLockAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
Task of ApiResponse (LockInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateLockWithHttpInfo()

ApiResponse<LockInformation> DocuSign.eSign.Api.EnvelopesApi.CreateLockWithHttpInfo ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Lock an envelope. Locks the specified envelope, and sets the time until the lock expires, to prevent other users or recipients from accessing and changing the envelope. ###### Note: Users must have envelope locking capability enabled to use this function (userSetting &#x60;canLockEnvelopes&#x60; must be set to true for the user).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
ApiResponse of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipient()

Recipients DocuSign.eSign.Api.EnvelopesApi.CreateRecipient ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.CreateRecipientOptions  options = null 
)
inline

Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
Recipients

◆ CreateRecipientAsync()

async System.Threading.Tasks.Task<Recipients> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientAsync ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.CreateRecipientOptions  options = null 
)
inline

Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of Recipients

◆ CreateRecipientAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Recipients> > DocuSign.eSign.Api.EnvelopesApi.CreateRecipientAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.CreateRecipientOptions  options = null 
)
inline

Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (Recipients)

◆ CreateRecipientManualReviewView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateRecipientManualReviewView ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientManualReviewViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientManualReviewViewAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientManualReviewViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateRecipientManualReviewViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientManualReviewViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientManualReviewViewWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Provides a link to access the Identity manual review related to a recipient. This method returns the URL of the page that allows a sender to manually review the ID of a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileLink()

IdEvidenceViewLink DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileLink ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a link to access to the identity events stored in the proof service related to this recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
IdEvidenceViewLink

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileLinkAsync()

async System.Threading.Tasks.Task<IdEvidenceViewLink> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileLinkAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a link to access to the identity events stored in the proof service related to this recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of IdEvidenceViewLink

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileLinkAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<IdEvidenceViewLink> > DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileLinkAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a link to access to the identity events stored in the proof service related to this recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (IdEvidenceViewLink)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileLinkWithHttpInfo()

ApiResponse<IdEvidenceViewLink> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileLinkWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a link to access to the identity events stored in the proof service related to this recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of IdEvidenceViewLink

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileResourceToken()

IdEvidenceResourceToken DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileResourceToken ( string  tokenScopes,
string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a resource token to get access to the identity events stored in the proof service related to this recipient. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
tokenScopes
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
IdEvidenceResourceToken

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileResourceTokenAsync()

async System.Threading.Tasks.Task<IdEvidenceResourceToken> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileResourceTokenAsync ( string  tokenScopes,
string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a resource token to get access to the identity events stored in the proof service related to this recipient. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
tokenScopes
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of IdEvidenceResourceToken

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileResourceTokenAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<IdEvidenceResourceToken> > DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileResourceTokenAsyncWithHttpInfo ( string  tokenScopes,
string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a resource token to get access to the identity events stored in the proof service related to this recipient. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
tokenScopes
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (IdEvidenceResourceToken)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientProofFileResourceTokenWithHttpInfo()

ApiResponse<IdEvidenceResourceToken> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientProofFileResourceTokenWithHttpInfo ( string  tokenScopes,
string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns a resource token to get access to the identity events stored in the proof service related to this recipient. Creates a resource token for a sender. This token allows a sender to return identification data for a recipient using the ID Evidence API.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
tokenScopes
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of IdEvidenceResourceToken

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateRecipientView ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientViewAsync ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateRecipientViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientViewWithHttpInfo ( string  accountId,
string  envelopeId,
RecipientViewRequest  recipientViewRequest = null 
)
inline

Returns a URL to the recipient view UI. Returns a URL that allows you to embed the recipient view of the DocuSign UI in your applications. This call cannot be used to view draft envelopes, since those envelopes have not been sent. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView. An entry is added into the Security Level section of the DocuSign Certificate of Completion that reflects the &#x60;securityDomain&#x60; and &#x60;authenticationMethod&#x60; properties used to verify the user identity.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientViewRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateRecipientWithHttpInfo()

ApiResponse<Recipients> DocuSign.eSign.Api.EnvelopesApi.CreateRecipientWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.CreateRecipientOptions  options = null 
)
inline

Adds one or more recipients to an envelope. Adds one or more recipients to an envelope. For an in process envelope, one that has been sent and has not been completed or voided, an email is sent to a new recipient when they are reached in the routing order. If the new recipient&#39;s routing order is before or the same as the envelope&#39;s next recipient, an email is only sent if the optional &#x60;resend_envelope&#x60; query string is set to true.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Recipients

◆ CreateResponsiveHtmlPreview()

DocumentHtmlDefinitions DocuSign.eSign.Api.EnvelopesApi.CreateResponsiveHtmlPreview ( string  accountId,
string  envelopeId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentHtmlDefinition(optional)
Returns
DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateResponsiveHtmlPreviewAsync()

async System.Threading.Tasks.Task<DocumentHtmlDefinitions> DocuSign.eSign.Api.EnvelopesApi.CreateResponsiveHtmlPreviewAsync ( string  accountId,
string  envelopeId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentHtmlDefinition(optional)
Returns
Task of DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateResponsiveHtmlPreviewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentHtmlDefinitions> > DocuSign.eSign.Api.EnvelopesApi.CreateResponsiveHtmlPreviewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentHtmlDefinition(optional)
Returns
Task of ApiResponse (DocumentHtmlDefinitions)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateResponsiveHtmlPreviewWithHttpInfo()

ApiResponse<DocumentHtmlDefinitions> DocuSign.eSign.Api.EnvelopesApi.CreateResponsiveHtmlPreviewWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentHtmlDefinition  documentHtmlDefinition = null 
)
inline

Get Responsive HTML Preview for all documents in an envelope. Creates a preview of the responsive, HTML versions of all of the documents in an envelope. This method enables you to preview the PDF document conversions to responsive HTML across device types prior to sending. The request body is a &#x60;documentHtmlDefinition&#x60; object, which holds the responsive signing parameters that define how to generate the HTML version of the documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentHtmlDefinition(optional)
Returns
ApiResponse of DocumentHtmlDefinitions

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateSenderView()

ViewUrl DocuSign.eSign.Api.EnvelopesApi.CreateSenderView ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateSenderViewAsync()

async System.Threading.Tasks.Task<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateSenderViewAsync ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
Task of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateSenderViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ViewUrl> > DocuSign.eSign.Api.EnvelopesApi.CreateSenderViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
Task of ApiResponse (ViewUrl)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateSenderViewWithHttpInfo()

ApiResponse<ViewUrl> DocuSign.eSign.Api.EnvelopesApi.CreateSenderViewWithHttpInfo ( string  accountId,
string  envelopeId,
ReturnUrlRequest  returnUrlRequest = null 
)
inline

Returns a URL to the sender view UI. Returns a URL that allows you to embed the sender view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign sending view. Upon sending completion, the user is returned to the return URL provided by the API application. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
returnUrlRequest(optional)
Returns
ApiResponse of ViewUrl

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.CreateTabs ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Adds tabs for a recipient. Adds one or more tabs for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.CreateTabsAsync ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Adds tabs for a recipient. Adds one or more tabs for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.CreateTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Adds tabs for a recipient. Adds one or more tabs for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.CreateTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Adds tabs for a recipient. Adds one or more tabs for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTemplateWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.CreateTemplateWorkflowStepDefinition ( string  accountId,
string  templateId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for a template&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStep(optional)
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTemplateWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.CreateTemplateWorkflowStepDefinitionAsync ( string  accountId,
string  templateId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for a template&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStep(optional)
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTemplateWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.CreateTemplateWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for a template&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStep(optional)
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ CreateTemplateWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.CreateTemplateWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  templateId,
WorkflowStep  workflowStep = null 
)
inline

Creates and adds a new workflow step definition for a template&#39;s workflow

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStep(optional)
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteAttachments()

EnvelopeAttachmentsResult DocuSign.eSign.Api.EnvelopesApi.DeleteAttachments ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteAttachmentsAsync()

async System.Threading.Tasks.Task<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.DeleteAttachmentsAsync ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
Task of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteAttachmentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeAttachmentsResult> > DocuSign.eSign.Api.EnvelopesApi.DeleteAttachmentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
Task of ApiResponse (EnvelopeAttachmentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteAttachmentsWithHttpInfo()

ApiResponse<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.DeleteAttachmentsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Delete one or more attachments from a DRAFT envelope. Deletes one or more attachments from a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
ApiResponse of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteChunkedUpload()

ChunkedUploadResponse DocuSign.eSign.Api.EnvelopesApi.DeleteChunkedUpload ( string  accountId,
string  chunkedUploadId 
)
inline

Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
Returns
ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteChunkedUploadAsync()

async System.Threading.Tasks.Task<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.DeleteChunkedUploadAsync ( string  accountId,
string  chunkedUploadId 
)
inline

Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
Returns
Task of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteChunkedUploadAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse> > DocuSign.eSign.Api.EnvelopesApi.DeleteChunkedUploadAsyncWithHttpInfo ( string  accountId,
string  chunkedUploadId 
)
inline

Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
Returns
Task of ApiResponse (ChunkedUploadResponse)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteChunkedUploadWithHttpInfo()

ApiResponse<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.DeleteChunkedUploadWithHttpInfo ( string  accountId,
string  chunkedUploadId 
)
inline

Delete an existing ChunkedUpload. Deletes a chunked upload that has been committed but not yet consumed. This method cannot be used to delete the following types of chunked uploads, which the system deletes automatically: - Chunked uploads that have been consumed by use in another API call. - Expired chunked uploads. Note: If you are aware of a chunked upload that can be discarded, the best practice is to explicitly delete it. If you wait for the system to automatically delete it after it expires, the chunked upload will continue to count against your quota.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
Returns
ApiResponse of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteCustomFields()

CustomFields DocuSign.eSign.Api.EnvelopesApi.DeleteCustomFields ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteCustomFieldsAsync()

async System.Threading.Tasks.Task<CustomFields> DocuSign.eSign.Api.EnvelopesApi.DeleteCustomFieldsAsync ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteCustomFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<CustomFields> > DocuSign.eSign.Api.EnvelopesApi.DeleteCustomFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of ApiResponse (CustomFields)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteCustomFieldsWithHttpInfo()

ApiResponse<CustomFields> DocuSign.eSign.Api.EnvelopesApi.DeleteCustomFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Deletes envelope custom fields for draft and in-process envelopes. Deletes envelope custom fields for draft and in-process envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
ApiResponse of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentFields()

DocumentFieldsInformation DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentFields ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentFieldsAsync()

async System.Threading.Tasks.Task<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentFieldsAsync ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentFieldsInformation> > DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of ApiResponse (DocumentFieldsInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentFieldsWithHttpInfo()

ApiResponse<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Deletes custom document fields from an existing envelope document. Deletes custom document fields from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
ApiResponse of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentPage()

void DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentPage ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentPageAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentPageAsync ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentPageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentPageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentPageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentPageWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Deletes a page from a document in an envelope. Deletes a page from a document in an envelope based on the page number.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocuments()

EnvelopeDocumentsResult DocuSign.eSign.Api.EnvelopesApi.DeleteDocuments ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentsAsync()

async System.Threading.Tasks.Task<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentsAsync ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
Task of EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeDocumentsResult> > DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
Task of ApiResponse (EnvelopeDocumentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentsWithHttpInfo()

ApiResponse<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Deletes documents from a draft envelope. Deletes one or more documents from an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
ApiResponse of EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentTabs ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentTabsAsync ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteDocumentTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.DeleteDocumentTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Deletes tabs from an envelope document Deletes tabs from the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEmailSettings()

EmailSettings DocuSign.eSign.Api.EnvelopesApi.DeleteEmailSettings ( string  accountId,
string  envelopeId 
)
inline

Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEmailSettingsAsync()

async System.Threading.Tasks.Task<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.DeleteEmailSettingsAsync ( string  accountId,
string  envelopeId 
)
inline

Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEmailSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EmailSettings> > DocuSign.eSign.Api.EnvelopesApi.DeleteEmailSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (EmailSettings)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEmailSettingsWithHttpInfo()

ApiResponse<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.DeleteEmailSettingsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes the email setting overrides for an envelope. Deletes all existing email override settings for the envelope. If you want to delete an individual email override setting, use the PUT and set the value to an empty string. Note that deleting email settings will only affect email communications that occur after the deletion and the normal account email settings are used for future email communications.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeCorrectView()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeCorrectView ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeCorrectViewAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeCorrectViewAsync ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeCorrectViewAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeCorrectViewAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeCorrectViewWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeCorrectViewWithHttpInfo ( string  accountId,
string  envelopeId,
CorrectViewRequest  correctViewRequest = null 
)
inline

Revokes the correction view URL to the Envelope UI Revokes the correction view URL to the Envelope UI.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
correctViewRequest(optional)
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeDelayedRoutingDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeDelayedRoutingDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified envelope workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeDelayedRoutingDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified envelope workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified envelope workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified envelope workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeScheduledSendingDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeScheduledSendingDefinition ( string  accountId,
string  envelopeId 
)
inline

Deletes the scheduled sending rules for the envelope&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeScheduledSendingDefinitionAsync ( string  accountId,
string  envelopeId 
)
inline

Deletes the scheduled sending rules for the envelope&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes the scheduled sending rules for the envelope&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeScheduledSendingDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes the scheduled sending rules for the envelope&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeTransferRules()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeTransferRules ( string  accountId,
string  envelopeTransferRuleId 
)
inline

Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeTransferRulesAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeTransferRulesAsync ( string  accountId,
string  envelopeTransferRuleId 
)
inline

Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeTransferRulesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeTransferRulesAsyncWithHttpInfo ( string  accountId,
string  envelopeTransferRuleId 
)
inline

Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeTransferRulesWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeTransferRulesWithHttpInfo ( string  accountId,
string  envelopeTransferRuleId 
)
inline

Delete envelope transfer rules for an account. This method deletes an envelope transfer rule. Note: Only Administrators can delete envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowDefinition ( string  accountId,
string  envelopeId 
)
inline

Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowDefinitionAsync ( string  accountId,
string  envelopeId 
)
inline

Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowDefinitionWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Delete the workflow definition for an envelope. Deletes the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowStepDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowStepDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowStepDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteEnvelopeWorkflowStepDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteEnvelopeWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Deletes the envelope workflow step definition for an envelope&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteLock()

LockInformation DocuSign.eSign.Api.EnvelopesApi.DeleteLock ( string  accountId,
string  envelopeId 
)
inline

Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteLockAsync()

async System.Threading.Tasks.Task<LockInformation> DocuSign.eSign.Api.EnvelopesApi.DeleteLockAsync ( string  accountId,
string  envelopeId 
)
inline

Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteLockAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<LockInformation> > DocuSign.eSign.Api.EnvelopesApi.DeleteLockAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (LockInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteLockWithHttpInfo()

ApiResponse<LockInformation> DocuSign.eSign.Api.EnvelopesApi.DeleteLockWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Deletes an envelope lock. Deletes the lock from the specified envelope. The &#x60;X-DocuSign-Edit&#x60; header must be included in the request.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipient()

Recipients DocuSign.eSign.Api.EnvelopesApi.DeleteRecipient ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientAsync()

async System.Threading.Tasks.Task<Recipients> DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Recipients> > DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (Recipients)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipients()

Recipients DocuSign.eSign.Api.EnvelopesApi.DeleteRecipients ( string  accountId,
string  envelopeId,
Recipients  recipients = null 
)
inline

Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
Returns
Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientsAsync()

async System.Threading.Tasks.Task<Recipients> DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientsAsync ( string  accountId,
string  envelopeId,
Recipients  recipients = null 
)
inline

Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
Returns
Task of Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Recipients> > DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null 
)
inline

Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
Returns
Task of ApiResponse (Recipients)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientsWithHttpInfo()

ApiResponse<Recipients> DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientsWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null 
)
inline

Deletes recipients from an envelope. Deletes one or more recipients from a draft or sent envelope. Recipients to be deleted are listed in the request, with the &#x60;recipientId&#x60; being used as the key for deleting recipients. If the envelope is &#x60;In Process&#x60;, meaning that it has been sent and has not been completed or voided, recipients that have completed their actions cannot be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
Returns
ApiResponse of Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteRecipientWithHttpInfo()

ApiResponse<Recipients> DocuSign.eSign.Api.EnvelopesApi.DeleteRecipientWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Deletes a recipient from an envelope. Deletes the specified recipient file from the specified envelope. This cannot be used if the envelope has been sent.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of Recipients

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.DeleteTabs ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.DeleteTabsAsync ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.DeleteTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.DeleteTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Deletes the tabs associated with a recipient. Deletes one or more tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateDelayedRoutingDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateDelayedRoutingDefinition ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified template workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateDelayedRoutingDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified template workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified template workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the delayed routing rules for the specified template workflow step.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateScheduledSendingDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateScheduledSendingDefinition ( string  accountId,
string  templateId 
)
inline

Deletes the scheduled sending rules for the template&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateScheduledSendingDefinitionAsync ( string  accountId,
string  templateId 
)
inline

Deletes the scheduled sending rules for the template&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Deletes the scheduled sending rules for the template&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateScheduledSendingDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Deletes the scheduled sending rules for the template&#39;s workflow.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplatesFromDocument()

void DocuSign.eSign.Api.EnvelopesApi.DeleteTemplatesFromDocument ( string  accountId,
string  envelopeId,
string  documentId,
string  templateId 
)
inline

Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
templateIdThe ID of the template being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplatesFromDocumentAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteTemplatesFromDocumentAsync ( string  accountId,
string  envelopeId,
string  documentId,
string  templateId 
)
inline

Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
templateIdThe ID of the template being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplatesFromDocumentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteTemplatesFromDocumentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  templateId 
)
inline

Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
templateIdThe ID of the template being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplatesFromDocumentWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteTemplatesFromDocumentWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  templateId 
)
inline

Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
templateIdThe ID of the template being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowDefinition ( string  accountId,
string  templateId 
)
inline

Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowDefinitionAsync ( string  accountId,
string  templateId 
)
inline

Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowDefinitionWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Delete the workflow definition for a template. Deletes the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowStepDefinition()

void DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowStepDefinition ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the workflow step definition for an template&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowStepDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the workflow step definition for an template&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the workflow step definition for an template&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ DeleteTemplateWorkflowStepDefinitionWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.DeleteTemplateWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Deletes the workflow step definition for an template&#39;s workflow by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachment()

void DocuSign.eSign.Api.EnvelopesApi.GetAttachment ( string  accountId,
string  envelopeId,
string  attachmentId 
)
inline

Retrieves an attachment from the envelope. Retrieves an attachment from an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.GetAttachmentAsync ( string  accountId,
string  envelopeId,
string  attachmentId 
)
inline

Retrieves an attachment from the envelope. Retrieves an attachment from an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.GetAttachmentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  attachmentId 
)
inline

Retrieves an attachment from the envelope. Retrieves an attachment from an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachments()

EnvelopeAttachmentsResult DocuSign.eSign.Api.EnvelopesApi.GetAttachments ( string  accountId,
string  envelopeId 
)
inline

Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentsAsync()

async System.Threading.Tasks.Task<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.GetAttachmentsAsync ( string  accountId,
string  envelopeId 
)
inline

Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeAttachmentsResult> > DocuSign.eSign.Api.EnvelopesApi.GetAttachmentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (EnvelopeAttachmentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentsWithHttpInfo()

ApiResponse<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.GetAttachmentsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns a list of attachments associated with the specified envelope Returns a list of attachments associated with a specified envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetAttachmentWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.GetAttachmentWithHttpInfo ( string  accountId,
string  envelopeId,
string  attachmentId 
)
inline

Retrieves an attachment from the envelope. Retrieves an attachment from an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetBasePath()

String DocuSign.eSign.Api.EnvelopesApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements DocuSign.eSign.Client.IApiAccessor.

◆ GetChunkedUpload()

ChunkedUploadResponse DocuSign.eSign.Api.EnvelopesApi.GetChunkedUpload ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.GetChunkedUploadOptions  options = null 
)
inline

Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
ChunkedUploadResponse

◆ GetChunkedUploadAsync()

async System.Threading.Tasks.Task<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.GetChunkedUploadAsync ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.GetChunkedUploadOptions  options = null 
)
inline

Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
Task of ChunkedUploadResponse

◆ GetChunkedUploadAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse> > DocuSign.eSign.Api.EnvelopesApi.GetChunkedUploadAsyncWithHttpInfo ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.GetChunkedUploadOptions  options = null 
)
inline

Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ChunkedUploadResponse)

◆ GetChunkedUploadWithHttpInfo()

ApiResponse<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.GetChunkedUploadWithHttpInfo ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.GetChunkedUploadOptions  options = null 
)
inline

Retrieves the current metadata of a ChunkedUpload. Returns the details (but not the content) about a chunked upload. Note: You cannot obtain details about a chunked upload that has expired, been deleted, or consumed by other actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of ChunkedUploadResponse

◆ GetCommentsTranscript()

System.IO.Stream DocuSign.eSign.Api.EnvelopesApi.GetCommentsTranscript ( string  accountId,
string  envelopeId,
EnvelopesApi.GetCommentsTranscriptOptions  options = null 
)
inline

Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
System.IO.Stream

◆ GetCommentsTranscriptAsync()

async System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetCommentsTranscriptAsync ( string  accountId,
string  envelopeId,
EnvelopesApi.GetCommentsTranscriptOptions  options = null 
)
inline

Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetCommentsTranscriptAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.EnvelopesApi.GetCommentsTranscriptAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.GetCommentsTranscriptOptions  options = null 
)
inline

Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetCommentsTranscriptWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetCommentsTranscriptWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.GetCommentsTranscriptOptions  options = null 
)
inline

Gets comment transcript for envelope and user Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope. The response body of this method is the PDF file as a byte stream. Note: Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the &#x60;accountSettingsInformation&#x60; object, set the &#x60;enableSigningExtensionComments&#x60; property to true).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of System.IO.Stream

◆ GetConsumerDisclosure()

ConsumerDisclosure DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosure ( string  accountId,
string  envelopeId,
string  recipientId,
string  langCode,
EnvelopesApi.GetConsumerDisclosureOptions  options = null 
)
inline

Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
langCodeThe 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.
optionsOptions for modifying the behavior of the function.
Returns
ConsumerDisclosure

◆ GetConsumerDisclosureAsync()

async System.Threading.Tasks.Task<ConsumerDisclosure> DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureAsync ( string  accountId,
string  envelopeId,
string  recipientId,
string  langCode,
EnvelopesApi.GetConsumerDisclosureOptions  options = null 
)
inline

Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
langCodeThe 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.
optionsOptions for modifying the behavior of the function.
Returns
Task of ConsumerDisclosure

◆ GetConsumerDisclosureAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ConsumerDisclosure> > DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
string  langCode,
EnvelopesApi.GetConsumerDisclosureOptions  options = null 
)
inline

Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
langCodeThe 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.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ConsumerDisclosure)

◆ GetConsumerDisclosureDefault()

ConsumerDisclosure DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureDefault ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetConsumerDisclosureDefaultOptions  options = null 
)
inline

Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ConsumerDisclosure

◆ GetConsumerDisclosureDefaultAsync()

async System.Threading.Tasks.Task<ConsumerDisclosure> DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureDefaultAsync ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetConsumerDisclosureDefaultOptions  options = null 
)
inline

Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ConsumerDisclosure

◆ GetConsumerDisclosureDefaultAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ConsumerDisclosure> > DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureDefaultAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetConsumerDisclosureDefaultOptions  options = null 
)
inline

Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ConsumerDisclosure)

◆ GetConsumerDisclosureDefaultWithHttpInfo()

ApiResponse<ConsumerDisclosure> DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureDefaultWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetConsumerDisclosureDefaultOptions  options = null 
)
inline

Gets the Electronic Record and Signature Disclosure associated with the account. Retrieves the Electronic Record and Signature Disclosure, with html formatting, associated with the account. You can use an optional query string to set the language for the disclosure.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of ConsumerDisclosure

◆ GetConsumerDisclosureWithHttpInfo()

ApiResponse<ConsumerDisclosure> DocuSign.eSign.Api.EnvelopesApi.GetConsumerDisclosureWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
string  langCode,
EnvelopesApi.GetConsumerDisclosureOptions  options = null 
)
inline

Reserved: Gets the Electronic Record and Signature Disclosure associated with the account. Reserved: Retrieves the Electronic Record and Signature Disclosure, with HTML formatting, associated with the account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
langCodeThe 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.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of ConsumerDisclosure

◆ GetDocument()

System.IO.Stream DocuSign.eSign.Api.EnvelopesApi.GetDocument ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentOptions  options = null 
)
inline

Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
System.IO.Stream

◆ GetDocumentAsync()

async System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetDocumentAsync ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentOptions  options = null 
)
inline

Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetDocumentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.EnvelopesApi.GetDocumentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentOptions  options = null 
)
inline

Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetDocumentPageImage()

System.IO.Stream DocuSign.eSign.Api.EnvelopesApi.GetDocumentPageImage ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
EnvelopesApi.GetDocumentPageImageOptions  options = null 
)
inline

Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
optionsOptions for modifying the behavior of the function.
Returns
System.IO.Stream

◆ GetDocumentPageImageAsync()

async System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetDocumentPageImageAsync ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
EnvelopesApi.GetDocumentPageImageOptions  options = null 
)
inline

Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetDocumentPageImageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.EnvelopesApi.GetDocumentPageImageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
EnvelopesApi.GetDocumentPageImageOptions  options = null 
)
inline

Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetDocumentPageImageWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetDocumentPageImageWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
EnvelopesApi.GetDocumentPageImageOptions  options = null 
)
inline

Gets a page image from an envelope for display. Retrieves a page image for display from the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of System.IO.Stream

◆ GetDocumentTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.GetDocumentTabs ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentTabsOptions  options = null 
)
inline

Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Tabs

◆ GetDocumentTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.GetDocumentTabsAsync ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentTabsOptions  options = null 
)
inline

Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of Tabs

◆ GetDocumentTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.GetDocumentTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentTabsOptions  options = null 
)
inline

Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (Tabs)

◆ GetDocumentTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.GetDocumentTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentTabsOptions  options = null 
)
inline

Returns tabs on the document. Returns the tabs on the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Tabs

◆ GetDocumentWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetDocumentWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetDocumentOptions  options = null 
)
inline

Gets a document from an envelope. Retrieves the specified document from the envelope. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. You can also use this method to retrieve a PDF containing the combined content of all documents and the certificate. If the account has the Highlight Data Changes feature enabled, there is an option to request that any changes in the envelope be highlighted. To retrieve the combined content replace the &#x60;{documentId}&#x60; parameter in the endpoint with &#x60;combined&#x60;. /accounts/{accountId}/envelopes/{envelopeId}/documents/combined

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of System.IO.Stream

◆ GetEmailSettings()

EmailSettings DocuSign.eSign.Api.EnvelopesApi.GetEmailSettings ( string  accountId,
string  envelopeId 
)
inline

Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEmailSettingsAsync()

async System.Threading.Tasks.Task<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.GetEmailSettingsAsync ( string  accountId,
string  envelopeId 
)
inline

Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEmailSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EmailSettings> > DocuSign.eSign.Api.EnvelopesApi.GetEmailSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (EmailSettings)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEmailSettingsWithHttpInfo()

ApiResponse<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.GetEmailSettingsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the email setting overrides for an envelope. Retrieves the email override settings for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelope()

Envelope DocuSign.eSign.Api.EnvelopesApi.GetEnvelope ( string  accountId,
string  envelopeId,
EnvelopesApi.GetEnvelopeOptions  options = null 
)
inline

Gets the status of a envelope. Retrieves the overall status for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Envelope

◆ GetEnvelopeAsync()

async System.Threading.Tasks.Task<Envelope> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeAsync ( string  accountId,
string  envelopeId,
EnvelopesApi.GetEnvelopeOptions  options = null 
)
inline

Gets the status of a envelope. Retrieves the overall status for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of Envelope

◆ GetEnvelopeAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Envelope> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.GetEnvelopeOptions  options = null 
)
inline

Gets the status of a envelope. Retrieves the overall status for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (Envelope)

◆ GetEnvelopeDelayedRoutingDefinition()

DelayedRouting DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDelayedRoutingDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDelayedRoutingDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DelayedRouting> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of ApiResponse (DelayedRouting)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
ApiResponse of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocGenFormFields()

DocGenFormFieldResponse DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocGenFormFields ( string  accountId,
string  envelopeId 
)
inline

Returns formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
DocGenFormFieldResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocGenFormFieldsAsync()

async System.Threading.Tasks.Task<DocGenFormFieldResponse> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocGenFormFieldsAsync ( string  accountId,
string  envelopeId 
)
inline

Returns formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of DocGenFormFieldResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocGenFormFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocGenFormFieldResponse> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocGenFormFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (DocGenFormFieldResponse)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocGenFormFieldsWithHttpInfo()

ApiResponse<DocGenFormFieldResponse> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocGenFormFieldsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of DocGenFormFieldResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocumentHtmlDefinitions()

DocumentHtmlDefinitionOriginals DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocumentHtmlDefinitions ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for a given document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocumentHtmlDefinitionsAsync()

async System.Threading.Tasks.Task<DocumentHtmlDefinitionOriginals> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocumentHtmlDefinitionsAsync ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for a given document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
Task of DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocumentHtmlDefinitionsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentHtmlDefinitionOriginals> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocumentHtmlDefinitionsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for a given document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
Task of ApiResponse (DocumentHtmlDefinitionOriginals)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeDocumentHtmlDefinitionsWithHttpInfo()

ApiResponse<DocumentHtmlDefinitionOriginals> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeDocumentHtmlDefinitionsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for a given document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
ApiResponse of DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeHtmlDefinitions()

DocumentHtmlDefinitionOriginals DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeHtmlDefinitions ( string  accountId,
string  envelopeId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for the envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeHtmlDefinitionsAsync()

async System.Threading.Tasks.Task<DocumentHtmlDefinitionOriginals> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeHtmlDefinitionsAsync ( string  accountId,
string  envelopeId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for the envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeHtmlDefinitionsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentHtmlDefinitionOriginals> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeHtmlDefinitionsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for the envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (DocumentHtmlDefinitionOriginals)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeHtmlDefinitionsWithHttpInfo()

ApiResponse<DocumentHtmlDefinitionOriginals> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeHtmlDefinitionsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Get the Original HTML Definition used to generate the Responsive HTML for the envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of DocumentHtmlDefinitionOriginals

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeScheduledSendingDefinition()

ScheduledSending DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeScheduledSendingDefinition ( string  accountId,
string  envelopeId 
)
inline

Returns the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeScheduledSendingDefinitionAsync ( string  accountId,
string  envelopeId 
)
inline

Returns the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ScheduledSending> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (ScheduledSending)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeScheduledSendingDefinitionWithHttpInfo()

ApiResponse<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeTransferRules()

EnvelopeTransferRuleInformation DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeTransferRules ( string  accountId,
EnvelopesApi.GetEnvelopeTransferRulesOptions  options = null 
)
inline

Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
EnvelopeTransferRuleInformation

◆ GetEnvelopeTransferRulesAsync()

async System.Threading.Tasks.Task<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeTransferRulesAsync ( string  accountId,
EnvelopesApi.GetEnvelopeTransferRulesOptions  options = null 
)
inline

Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopeTransferRuleInformation

◆ GetEnvelopeTransferRulesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeTransferRuleInformation> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeTransferRulesAsyncWithHttpInfo ( string  accountId,
EnvelopesApi.GetEnvelopeTransferRulesOptions  options = null 
)
inline

Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopeTransferRuleInformation)

◆ GetEnvelopeTransferRulesWithHttpInfo()

ApiResponse<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeTransferRulesWithHttpInfo ( string  accountId,
EnvelopesApi.GetEnvelopeTransferRulesOptions  options = null 
)
inline

Returns a list of envelope transfer rules in the specified account. This method retrieves a list of envelope transfer rules associated with an account. Note: Only Administrators can create and use envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopeTransferRuleInformation

◆ GetEnvelopeWithHttpInfo()

ApiResponse<Envelope> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.GetEnvelopeOptions  options = null 
)
inline

Gets the status of a envelope. Retrieves the overall status for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Envelope

◆ GetEnvelopeWorkflowDefinition()

Workflow DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowDefinition ( string  accountId,
string  envelopeId 
)
inline

Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowDefinitionAsync()

async System.Threading.Tasks.Task<Workflow> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowDefinitionAsync ( string  accountId,
string  envelopeId 
)
inline

Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Workflow> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (Workflow)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowDefinitionWithHttpInfo()

ApiResponse<Workflow> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowDefinitionWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns the workflow definition for an envelope. Returns an envelope&#39;s workflow definition if the envelope specified by &#x60;envelopeId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowStepDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the workflow step definition for an envelope by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowStepDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the workflow step definition for an envelope by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the workflow step definition for an envelope by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetEnvelopeWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.GetEnvelopeWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId 
)
inline

Returns the workflow step definition for an envelope by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetFormData()

EnvelopeFormData DocuSign.eSign.Api.EnvelopesApi.GetFormData ( string  accountId,
string  envelopeId 
)
inline

Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
EnvelopeFormData

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetFormDataAsync()

async System.Threading.Tasks.Task<EnvelopeFormData> DocuSign.eSign.Api.EnvelopesApi.GetFormDataAsync ( string  accountId,
string  envelopeId 
)
inline

Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of EnvelopeFormData

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetFormDataAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeFormData> > DocuSign.eSign.Api.EnvelopesApi.GetFormDataAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (EnvelopeFormData)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetFormDataWithHttpInfo()

ApiResponse<EnvelopeFormData> DocuSign.eSign.Api.EnvelopesApi.GetFormDataWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Returns envelope form data for an existing envelope. This method downloads the envelope and tab data (also called form data) from any in-process, completed, or canceled envelope that you sent or that is shared with you. Recipients who are also full administrators on an account can view form data for any envelopes that another user on the account has sent to them. Note: To use this feature, the Sending Setting &quot;Allow sender to download form data&quot; must be enabled for the account. ### Related topics - How to get envelope tab values

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of EnvelopeFormData

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetLock()

LockInformation DocuSign.eSign.Api.EnvelopesApi.GetLock ( string  accountId,
string  envelopeId 
)
inline

Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetLockAsync()

async System.Threading.Tasks.Task<LockInformation> DocuSign.eSign.Api.EnvelopesApi.GetLockAsync ( string  accountId,
string  envelopeId 
)
inline

Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetLockAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<LockInformation> > DocuSign.eSign.Api.EnvelopesApi.GetLockAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (LockInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetLockWithHttpInfo()

ApiResponse<LockInformation> DocuSign.eSign.Api.EnvelopesApi.GetLockWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets envelope lock information. Retrieves general information about the envelope lock. If the call is made by the locked by user and the request has the same integrator key as original, then the &#x60;X-DocuSign-Edit&#x60; header and additional lock information is included in the response. This allows users to recover a lost editing session token and the &#x60;X-DocuSign-Edit&#x60; header.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetNotificationSettings()

Notification DocuSign.eSign.Api.EnvelopesApi.GetNotificationSettings ( string  accountId,
string  envelopeId 
)
inline

Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetNotificationSettingsAsync()

async System.Threading.Tasks.Task<Notification> DocuSign.eSign.Api.EnvelopesApi.GetNotificationSettingsAsync ( string  accountId,
string  envelopeId 
)
inline

Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetNotificationSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Notification> > DocuSign.eSign.Api.EnvelopesApi.GetNotificationSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (Notification)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetNotificationSettingsWithHttpInfo()

ApiResponse<Notification> DocuSign.eSign.Api.EnvelopesApi.GetNotificationSettingsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets envelope notification information. Retrieves the envelope notification, reminders and expirations, information for an existing envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetPages()

PageImages DocuSign.eSign.Api.EnvelopesApi.GetPages ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetPagesOptions  options = null 
)
inline

Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
PageImages

◆ GetPagesAsync()

async System.Threading.Tasks.Task<PageImages> DocuSign.eSign.Api.EnvelopesApi.GetPagesAsync ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetPagesOptions  options = null 
)
inline

Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of PageImages

◆ GetPagesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<PageImages> > DocuSign.eSign.Api.EnvelopesApi.GetPagesAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetPagesOptions  options = null 
)
inline

Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (PageImages)

◆ GetPagesWithHttpInfo()

ApiResponse<PageImages> DocuSign.eSign.Api.EnvelopesApi.GetPagesWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.GetPagesOptions  options = null 
)
inline

Returns document page image(s) based on input. Returns images of the pages in a document for display based on the parameters that you specify.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of PageImages

◆ GetPageTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.GetPageTabs ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetPageTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.GetPageTabsAsync ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetPageTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.GetPageTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetPageTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.GetPageTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber 
)
inline

Returns tabs on the specified page. Returns the tabs from the page specified by &#x60;pageNumber&#x60; of the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientDocumentVisibility()

DocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.GetRecipientDocumentVisibility ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientDocumentVisibilityAsync()

async System.Threading.Tasks.Task<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.GetRecipientDocumentVisibilityAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.GetRecipientDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (DocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientDocumentVisibilityWithHttpInfo()

ApiResponse<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.GetRecipientDocumentVisibilityWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientInitialsImage()

System.IO.Stream DocuSign.eSign.Api.EnvelopesApi.GetRecipientInitialsImage ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientInitialsImageOptions  options = null 
)
inline

Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
System.IO.Stream

◆ GetRecipientInitialsImageAsync()

async System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetRecipientInitialsImageAsync ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientInitialsImageOptions  options = null 
)
inline

Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetRecipientInitialsImageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.EnvelopesApi.GetRecipientInitialsImageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientInitialsImageOptions  options = null 
)
inline

Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetRecipientInitialsImageWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetRecipientInitialsImageWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientInitialsImageOptions  options = null 
)
inline

Gets the initials image for a user. Retrieves the initials image for the specified user. The image is returned in the same format as it was uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user id and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; paramter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that do not properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only contain chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of System.IO.Stream

◆ GetRecipientSignature()

UserSignature DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignature ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
UserSignature

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientSignatureAsync()

async System.Threading.Tasks.Task<UserSignature> DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of UserSignature

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientSignatureAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<UserSignature> > DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (UserSignature)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetRecipientSignatureImage()

System.IO.Stream DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureImage ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientSignatureImageOptions  options = null 
)
inline

Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
System.IO.Stream

◆ GetRecipientSignatureImageAsync()

async System.Threading.Tasks.Task<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureImageAsync ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientSignatureImageOptions  options = null 
)
inline

Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of System.IO.Stream

◆ GetRecipientSignatureImageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<System.IO.Stream> > DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureImageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientSignatureImageOptions  options = null 
)
inline

Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (System.IO.Stream)

◆ GetRecipientSignatureImageWithHttpInfo()

ApiResponse<System.IO.Stream> DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureImageWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.GetRecipientSignatureImageOptions  options = null 
)
inline

Retrieve signature image information for a signer/sign-in-person recipient. Retrieves the specified user signature image. The image is returned in the same format as uploaded. In the request you can specify if the chrome (the added line and identifier around the initial image) is returned with the image. The userId specified in the endpoint must match the authenticated user&#39;s user ID and the user must be a member of the account. The &#x60;signatureIdOrName&#x60; parameter accepts signature ID or signature name. DocuSign recommends you use signature ID (&#x60;signatureId&#x60;), since some names contain characters that don&#39;t properly URL encode. If you use the user name, it is likely that the name includes spaces and you might need to URL encode the name before using it in the endpoint. For example: &quot;Bob Smith&quot; to &quot;Bob%20Smith&quot; Older envelopes might only have chromed images. If getting the non-chromed image fails, try getting the chromed image.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of System.IO.Stream

◆ GetRecipientSignatureWithHttpInfo()

ApiResponse<UserSignature> DocuSign.eSign.Api.EnvelopesApi.GetRecipientSignatureWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Gets signature information for a signer or sign-in-person recipient. Retrieves signature information for a signer or sign-in-person recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of UserSignature

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTabsBlob()

void DocuSign.eSign.Api.EnvelopesApi.GetTabsBlob ( string  accountId,
string  envelopeId 
)
inline

Get encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTabsBlobAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.GetTabsBlobAsync ( string  accountId,
string  envelopeId 
)
inline

Get encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTabsBlobAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.GetTabsBlobAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Get encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTabsBlobWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.GetTabsBlobWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Get encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateDelayedRoutingDefinition()

DelayedRouting DocuSign.eSign.Api.EnvelopesApi.GetTemplateDelayedRoutingDefinition ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.GetTemplateDelayedRoutingDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DelayedRouting> > DocuSign.eSign.Api.EnvelopesApi.GetTemplateDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of ApiResponse (DelayedRouting)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.GetTemplateDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
ApiResponse of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateRecipientDocumentVisibility()

DocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.GetTemplateRecipientDocumentVisibility ( string  accountId,
string  templateId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a template recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateRecipientDocumentVisibilityAsync()

async System.Threading.Tasks.Task<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.GetTemplateRecipientDocumentVisibilityAsync ( string  accountId,
string  templateId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a template recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateRecipientDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.GetTemplateRecipientDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a template recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse (DocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateRecipientDocumentVisibilityWithHttpInfo()

ApiResponse<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.GetTemplateRecipientDocumentVisibilityWithHttpInfo ( string  accountId,
string  templateId,
string  recipientId 
)
inline

Returns document visibility for the recipients This method returns information about document visibility for a template recipient.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateScheduledSendingDefinition()

ScheduledSending DocuSign.eSign.Api.EnvelopesApi.GetTemplateScheduledSendingDefinition ( string  accountId,
string  templateId 
)
inline

Returns the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.GetTemplateScheduledSendingDefinitionAsync ( string  accountId,
string  templateId 
)
inline

Returns the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ScheduledSending> > DocuSign.eSign.Api.EnvelopesApi.GetTemplateScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Returns the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of ApiResponse (ScheduledSending)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateScheduledSendingDefinitionWithHttpInfo()

ApiResponse<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.GetTemplateScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Returns the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
ApiResponse of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowDefinition()

Workflow DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowDefinition ( string  accountId,
string  templateId 
)
inline

Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowDefinitionAsync()

async System.Threading.Tasks.Task<Workflow> DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowDefinitionAsync ( string  accountId,
string  templateId 
)
inline

Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Workflow> > DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
Task of ApiResponse (Workflow)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowDefinitionWithHttpInfo()

ApiResponse<Workflow> DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowDefinitionWithHttpInfo ( string  accountId,
string  templateId 
)
inline

Returns the workflow definition for a template. Returns template&#39;s workflow definition if the template specified by &#x60;templateId&#x60; has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
Returns
ApiResponse of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowStepDefinition ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the workflow step definition for a template by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowStepDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the workflow step definition for a template by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the workflow step definition for a template by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ GetTemplateWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.GetTemplateWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId 
)
inline

Returns the workflow step definition for a template by step id.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListAuditEvents()

EnvelopeAuditEventResponse DocuSign.eSign.Api.EnvelopesApi.ListAuditEvents ( string  accountId,
string  envelopeId 
)
inline

Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
EnvelopeAuditEventResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListAuditEventsAsync()

async System.Threading.Tasks.Task<EnvelopeAuditEventResponse> DocuSign.eSign.Api.EnvelopesApi.ListAuditEventsAsync ( string  accountId,
string  envelopeId 
)
inline

Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of EnvelopeAuditEventResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListAuditEventsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeAuditEventResponse> > DocuSign.eSign.Api.EnvelopesApi.ListAuditEventsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (EnvelopeAuditEventResponse)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListAuditEventsWithHttpInfo()

ApiResponse<EnvelopeAuditEventResponse> DocuSign.eSign.Api.EnvelopesApi.ListAuditEventsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the envelope audit events for an envelope. Gets the envelope audit events for the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of EnvelopeAuditEventResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListCustomFields()

CustomFieldsEnvelope DocuSign.eSign.Api.EnvelopesApi.ListCustomFields ( string  accountId,
string  envelopeId 
)
inline

Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
CustomFieldsEnvelope

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListCustomFieldsAsync()

async System.Threading.Tasks.Task<CustomFieldsEnvelope> DocuSign.eSign.Api.EnvelopesApi.ListCustomFieldsAsync ( string  accountId,
string  envelopeId 
)
inline

Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of CustomFieldsEnvelope

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListCustomFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<CustomFieldsEnvelope> > DocuSign.eSign.Api.EnvelopesApi.ListCustomFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse (CustomFieldsEnvelope)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListCustomFieldsWithHttpInfo()

ApiResponse<CustomFieldsEnvelope> DocuSign.eSign.Api.EnvelopesApi.ListCustomFieldsWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Gets the custom field information for the specified envelope. Retrieves the custom field information for the specified envelope. You can use these fields in the envelopes for your account to record information about the envelope, help search for envelopes, and track information. The envelope custom fields are shown in the Envelope Settings section when a user is creating an envelope in the DocuSign member console. The envelope custom fields are not seen by the envelope recipients. There are two types of envelope custom fields, text, and list. A text custom field lets the sender enter the value for the field. With a list custom field, the sender selects the value of the field from a pre-made list.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of CustomFieldsEnvelope

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListDocumentFields()

DocumentFieldsInformation DocuSign.eSign.Api.EnvelopesApi.ListDocumentFields ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListDocumentFieldsAsync()

async System.Threading.Tasks.Task<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.ListDocumentFieldsAsync ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
Task of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListDocumentFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentFieldsInformation> > DocuSign.eSign.Api.EnvelopesApi.ListDocumentFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
Task of ApiResponse (DocumentFieldsInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListDocumentFieldsWithHttpInfo()

ApiResponse<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.ListDocumentFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId 
)
inline

Gets the custom document fields from an existing envelope document. Retrieves the custom document field information from an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
Returns
ApiResponse of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ ListDocuments()

EnvelopeDocumentsResult DocuSign.eSign.Api.EnvelopesApi.ListDocuments ( string  accountId,
string  envelopeId,
EnvelopesApi.ListDocumentsOptions  options = null 
)
inline

Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
EnvelopeDocumentsResult

◆ ListDocumentsAsync()

async System.Threading.Tasks.Task<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.ListDocumentsAsync ( string  accountId,
string  envelopeId,
EnvelopesApi.ListDocumentsOptions  options = null 
)
inline

Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopeDocumentsResult

◆ ListDocumentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeDocumentsResult> > DocuSign.eSign.Api.EnvelopesApi.ListDocumentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListDocumentsOptions  options = null 
)
inline

Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopeDocumentsResult)

◆ ListDocumentsWithHttpInfo()

ApiResponse<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.ListDocumentsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListDocumentsOptions  options = null 
)
inline

Gets a list of envelope documents. Retrieves a list of documents associated with the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopeDocumentsResult

◆ ListRecipients()

Recipients DocuSign.eSign.Api.EnvelopesApi.ListRecipients ( string  accountId,
string  envelopeId,
EnvelopesApi.ListRecipientsOptions  options = null 
)
inline

Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Recipients

◆ ListRecipientsAsync()

async System.Threading.Tasks.Task<Recipients> DocuSign.eSign.Api.EnvelopesApi.ListRecipientsAsync ( string  accountId,
string  envelopeId,
EnvelopesApi.ListRecipientsOptions  options = null 
)
inline

Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of Recipients

◆ ListRecipientsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Recipients> > DocuSign.eSign.Api.EnvelopesApi.ListRecipientsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListRecipientsOptions  options = null 
)
inline

Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (Recipients)

◆ ListRecipientsWithHttpInfo()

ApiResponse<Recipients> DocuSign.eSign.Api.EnvelopesApi.ListRecipientsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListRecipientsOptions  options = null 
)
inline

Gets the status of recipients for an envelope. Retrieves the status of all recipients in a single envelope and identifies the current recipient in the routing list. The &#x60;currentRoutingOrder&#x60; property of the response contains the &#x60;routingOrder&#x60; value of the current recipient indicating that the envelope has been sent to the recipient, but the recipient has not completed their actions.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Recipients

◆ ListStatus()

EnvelopesInformation DocuSign.eSign.Api.EnvelopesApi.ListStatus ( string  accountId,
EnvelopeIdsRequest  envelopeIdsRequest = null,
EnvelopesApi.ListStatusOptions  options = null 
)
inline

Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdsRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
EnvelopesInformation

◆ ListStatusAsync()

async System.Threading.Tasks.Task<EnvelopesInformation> DocuSign.eSign.Api.EnvelopesApi.ListStatusAsync ( string  accountId,
EnvelopeIdsRequest  envelopeIdsRequest = null,
EnvelopesApi.ListStatusOptions  options = null 
)
inline

Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdsRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopesInformation

◆ ListStatusAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopesInformation> > DocuSign.eSign.Api.EnvelopesApi.ListStatusAsyncWithHttpInfo ( string  accountId,
EnvelopeIdsRequest  envelopeIdsRequest = null,
EnvelopesApi.ListStatusOptions  options = null 
)
inline

Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdsRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopesInformation)

◆ ListStatusChanges()

EnvelopesInformation DocuSign.eSign.Api.EnvelopesApi.ListStatusChanges ( string  accountId,
EnvelopesApi.ListStatusChangesOptions  options = null 
)
inline

Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
EnvelopesInformation

◆ ListStatusChangesAsync()

async System.Threading.Tasks.Task<EnvelopesInformation> DocuSign.eSign.Api.EnvelopesApi.ListStatusChangesAsync ( string  accountId,
EnvelopesApi.ListStatusChangesOptions  options = null 
)
inline

Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopesInformation

◆ ListStatusChangesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopesInformation> > DocuSign.eSign.Api.EnvelopesApi.ListStatusChangesAsyncWithHttpInfo ( string  accountId,
EnvelopesApi.ListStatusChangesOptions  options = null 
)
inline

Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopesInformation)

◆ ListStatusChangesWithHttpInfo()

ApiResponse<EnvelopesInformation> DocuSign.eSign.Api.EnvelopesApi.ListStatusChangesWithHttpInfo ( string  accountId,
EnvelopesApi.ListStatusChangesOptions  options = null 
)
inline

Gets status changes for one or more envelopes. Retrieves envelope status changes for all envelopes. You can modify the information returned by adding query strings to limit the request to check between certain dates and times, or for certain envelopes, or for certain status codes. It is recommended that you use one or more of the query strings in order to limit the size of the response. ### Important: Unless you are requesting the status for specific envelopes (using the &#x60;envelopeIds&#x60; or &#x60;transactionIds&#x60; properties), you must add a set the &#x60;from_date&#x60; property in the request. Getting envelope status using &#x60;transactionIds&#x60; is useful for offline signing situations where it can be used determine if an envelope was created or not, for the cases where a network connection was lost, before the envelope status could be returned. ### Request Envelope Status Notes ### The REST API GET /envelopes call uses certain filters to find results. In some cases requests are check for &quot;any status change&quot; instead of the just the single status requested. In these cases, more envelopes might be returned by the request than otherwise would be. For example, for a request with the begin date is set to Jan 1st, an end date set to Jan 7th and the status qualifier (&#x60;from_to_status&#x60;) set to &#x60;Delivered&#x60; &mdash; the response set might contain envelopes that were created during that time period, but not delivered during the time period. To avoid unnecessary database queries, the DocuSign system checks requests to ensure that the added filters will not result in a zero-size response before acting on the request. The following table shows the valid envelope statuses (in the Valid Current Statuses column) for the status qualifiers in the request. If the status and status qualifiers in the API request do not contain any of the values shown in the valid current statuses column, then an empty list is returned. For example, a request with a status qualifier (from_to_status) of &#x60;Delivered&#x60; and a status of &quot;&#x60;Created&#x60;,&#x60;Sent&#x60;&quot;, DocuSign will always return an empty list. This is because the request essentially translates to: find the envelopes that were delivered between the begin and end dates that have a current status of &#x60;Created&#x60; or &#x60;Sent&#x60;, and since an envelope that has been delivered can never have a status of &#x60;Created&#x60; or &#x60;Sent&#x60;, a zero-size response would be generated. In this case, DocuSign does not run the request, but just returns the empty list. Client applications should check that the statuses they are requesting make sense for a given status qualifier.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopesInformation

◆ ListStatusWithHttpInfo()

ApiResponse<EnvelopesInformation> DocuSign.eSign.Api.EnvelopesApi.ListStatusWithHttpInfo ( string  accountId,
EnvelopeIdsRequest  envelopeIdsRequest = null,
EnvelopesApi.ListStatusOptions  options = null 
)
inline

Gets the envelope status for the specified envelopes. Retrieves the envelope status for the specified envelopes.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdsRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopesInformation

◆ ListTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.ListTabs ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.ListTabsOptions  options = null 
)
inline

Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Tabs

◆ ListTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.ListTabsAsync ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.ListTabsOptions  options = null 
)
inline

Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of Tabs

◆ ListTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.ListTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.ListTabsOptions  options = null 
)
inline

Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (Tabs)

◆ ListTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.ListTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
EnvelopesApi.ListTabsOptions  options = null 
)
inline

Gets the tabs information for a signer or sign-in-person recipient in an envelope. Retrieves information about the tabs associated with a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of Tabs

◆ ListTemplates()

TemplateInformation DocuSign.eSign.Api.EnvelopesApi.ListTemplates ( string  accountId,
string  envelopeId,
EnvelopesApi.ListTemplatesOptions  options = null 
)
inline

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.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
TemplateInformation

◆ ListTemplatesAsync()

async System.Threading.Tasks.Task<TemplateInformation> DocuSign.eSign.Api.EnvelopesApi.ListTemplatesAsync ( string  accountId,
string  envelopeId,
EnvelopesApi.ListTemplatesOptions  options = null 
)
inline

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.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of TemplateInformation

◆ ListTemplatesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<TemplateInformation> > DocuSign.eSign.Api.EnvelopesApi.ListTemplatesAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListTemplatesOptions  options = null 
)
inline

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.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (TemplateInformation)

◆ ListTemplatesForDocument()

TemplateInformation DocuSign.eSign.Api.EnvelopesApi.ListTemplatesForDocument ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.ListTemplatesForDocumentOptions  options = null 
)
inline

Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
TemplateInformation

◆ ListTemplatesForDocumentAsync()

async System.Threading.Tasks.Task<TemplateInformation> DocuSign.eSign.Api.EnvelopesApi.ListTemplatesForDocumentAsync ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.ListTemplatesForDocumentOptions  options = null 
)
inline

Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of TemplateInformation

◆ ListTemplatesForDocumentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<TemplateInformation> > DocuSign.eSign.Api.EnvelopesApi.ListTemplatesForDocumentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.ListTemplatesForDocumentOptions  options = null 
)
inline

Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (TemplateInformation)

◆ ListTemplatesForDocumentWithHttpInfo()

ApiResponse<TemplateInformation> DocuSign.eSign.Api.EnvelopesApi.ListTemplatesForDocumentWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
EnvelopesApi.ListTemplatesForDocumentOptions  options = null 
)
inline

Gets the templates associated with a document in an existing envelope. Retrieves the templates associated with a document in the specified envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of TemplateInformation

◆ ListTemplatesWithHttpInfo()

ApiResponse<TemplateInformation> DocuSign.eSign.Api.EnvelopesApi.ListTemplatesWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopesApi.ListTemplatesOptions  options = null 
)
inline

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.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of TemplateInformation

◆ PutAttachment()

EnvelopeAttachmentsResult DocuSign.eSign.Api.EnvelopesApi.PutAttachment ( string  accountId,
string  envelopeId,
string  attachmentId,
Attachment  attachment = null 
)
inline

Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
attachment(optional)
Returns
EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentAsync()

async System.Threading.Tasks.Task<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.PutAttachmentAsync ( string  accountId,
string  envelopeId,
string  attachmentId,
Attachment  attachment = null 
)
inline

Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
attachment(optional)
Returns
Task of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeAttachmentsResult> > DocuSign.eSign.Api.EnvelopesApi.PutAttachmentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  attachmentId,
Attachment  attachment = null 
)
inline

Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
attachment(optional)
Returns
Task of ApiResponse (EnvelopeAttachmentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachments()

EnvelopeAttachmentsResult DocuSign.eSign.Api.EnvelopesApi.PutAttachments ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentsAsync()

async System.Threading.Tasks.Task<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.PutAttachmentsAsync ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
Task of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeAttachmentsResult> > DocuSign.eSign.Api.EnvelopesApi.PutAttachmentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
Task of ApiResponse (EnvelopeAttachmentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentsWithHttpInfo()

ApiResponse<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.PutAttachmentsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeAttachmentsRequest  envelopeAttachmentsRequest = null 
)
inline

Add one or more attachments to a DRAFT or IN-PROCESS envelope. Adds one or more attachments to a draft or in-process envelope. Envelope attachments are files that an application can include in an envelope. They are not converted to PDF. Envelope attachments are available only through the API. There is no user interface in the DocuSign web application for them. For a list of supported file formats, see Supported File Formats.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeAttachmentsRequest(optional)
Returns
ApiResponse of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ PutAttachmentWithHttpInfo()

ApiResponse<EnvelopeAttachmentsResult> DocuSign.eSign.Api.EnvelopesApi.PutAttachmentWithHttpInfo ( string  accountId,
string  envelopeId,
string  attachmentId,
Attachment  attachment = null 
)
inline

Add an attachment to a DRAFT or IN-PROCESS envelope. Adds an attachment to a draft or in-process envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
attachmentId
attachment(optional)
Returns
ApiResponse of EnvelopeAttachmentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ RotateDocumentPage()

void DocuSign.eSign.Api.EnvelopesApi.RotateDocumentPage ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
PageRequest  pageRequest = null 
)
inline

Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
pageRequest(optional)
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ RotateDocumentPageAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.RotateDocumentPageAsync ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
PageRequest  pageRequest = null 
)
inline

Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
pageRequest(optional)
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ RotateDocumentPageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.RotateDocumentPageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
PageRequest  pageRequest = null 
)
inline

Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
pageRequest(optional)
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ RotateDocumentPageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.RotateDocumentPageWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
string  pageNumber,
PageRequest  pageRequest = null 
)
inline

Rotates page image from an envelope for display. Rotates page image from an envelope for display. The page image can be rotated to the left or right.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
pageNumberThe page number being accessed.
pageRequest(optional)
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ Update()

EnvelopeUpdateSummary DocuSign.eSign.Api.EnvelopesApi.Update ( string  accountId,
string  envelopeId,
Envelope  envelope = null,
EnvelopesApi.UpdateOptions  options = null 
)
inline

Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelope(optional)
optionsOptions for modifying the behavior of the function.
Returns
EnvelopeUpdateSummary

◆ UpdateAsync()

async System.Threading.Tasks.Task<EnvelopeUpdateSummary> DocuSign.eSign.Api.EnvelopesApi.UpdateAsync ( string  accountId,
string  envelopeId,
Envelope  envelope = null,
EnvelopesApi.UpdateOptions  options = null 
)
inline

Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelope(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of EnvelopeUpdateSummary

◆ UpdateAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeUpdateSummary> > DocuSign.eSign.Api.EnvelopesApi.UpdateAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
Envelope  envelope = null,
EnvelopesApi.UpdateOptions  options = null 
)
inline

Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelope(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (EnvelopeUpdateSummary)

◆ UpdateChunkedUpload()

ChunkedUploadResponse DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUpload ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.UpdateChunkedUploadOptions  options = null 
)
inline

Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
ChunkedUploadResponse

◆ UpdateChunkedUploadAsync()

async System.Threading.Tasks.Task<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadAsync ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.UpdateChunkedUploadOptions  options = null 
)
inline

Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
Task of ChunkedUploadResponse

◆ UpdateChunkedUploadAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse> > DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadAsyncWithHttpInfo ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.UpdateChunkedUploadOptions  options = null 
)
inline

Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (ChunkedUploadResponse)

◆ UpdateChunkedUploadPart()

ChunkedUploadResponse DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadPart ( string  accountId,
string  chunkedUploadId,
string  chunkedUploadPartSeq,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
chunkedUploadPartSeq
chunkedUploadRequest(optional)
Returns
ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateChunkedUploadPartAsync()

async System.Threading.Tasks.Task<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadPartAsync ( string  accountId,
string  chunkedUploadId,
string  chunkedUploadPartSeq,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
chunkedUploadPartSeq
chunkedUploadRequest(optional)
Returns
Task of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateChunkedUploadPartAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ChunkedUploadResponse> > DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadPartAsyncWithHttpInfo ( string  accountId,
string  chunkedUploadId,
string  chunkedUploadPartSeq,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
chunkedUploadPartSeq
chunkedUploadRequest(optional)
Returns
Task of ApiResponse (ChunkedUploadResponse)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateChunkedUploadPartWithHttpInfo()

ApiResponse<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadPartWithHttpInfo ( string  accountId,
string  chunkedUploadId,
string  chunkedUploadPartSeq,
ChunkedUploadRequest  chunkedUploadRequest = null 
)
inline

Add a chunk, a chunk &#39;part&#39;, to an existing ChunkedUpload. Adds a chunk or part to an existing chunked upload. After you use the Create method to initiate a new chunked upload and upload the first part, use this method to upload subsequent parts. For simplicity, DocuSign recommends that you upload the parts in their sequential order ( 1,2, 3, 4, etc.). The Create method adds the first part and assigns it the &#x60;sequence&#x60; value &#x60;0&#x60;. As a result, DocuSign recommends that you start with a &#x60;sequence&#x60; value of &#x60;1&#x60; when you use this method, and continue uploading parts contiguously until you have uploaded the entirety of the original content to DocuSign. Example: &#x60;&#x60;&#x60; PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/1 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/2 PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/3 &#x60;&#x60;&#x60; Note: You cannot replace a part that DocuSign has already received, or add parts to a chunked upload that is already successfully committed.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
chunkedUploadPartSeq
chunkedUploadRequest(optional)
Returns
ApiResponse of ChunkedUploadResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateChunkedUploadWithHttpInfo()

ApiResponse<ChunkedUploadResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateChunkedUploadWithHttpInfo ( string  accountId,
string  chunkedUploadId,
EnvelopesApi.UpdateChunkedUploadOptions  options = null 
)
inline

Integrity-Check and Commit a ChunkedUpload, readying it for use elsewhere. This method checks the integrity of a chunked upload and then commits it. When this request is successful, the chunked upload is then ready to be referenced in other API calls. If the request is unsuccessful, ensure that you have uploaded all of the parts by using the Update method. Note: After you commit a chunked upload, it no longer accepts additional parts.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
chunkedUploadId
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of ChunkedUploadResponse

◆ UpdateCustomFields()

CustomFields DocuSign.eSign.Api.EnvelopesApi.UpdateCustomFields ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateCustomFieldsAsync()

async System.Threading.Tasks.Task<CustomFields> DocuSign.eSign.Api.EnvelopesApi.UpdateCustomFieldsAsync ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateCustomFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<CustomFields> > DocuSign.eSign.Api.EnvelopesApi.UpdateCustomFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
Task of ApiResponse (CustomFields)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateCustomFieldsWithHttpInfo()

ApiResponse<CustomFields> DocuSign.eSign.Api.EnvelopesApi.UpdateCustomFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
CustomFields  customFields = null 
)
inline

Updates envelope custom fields in an envelope. Updates the envelope custom fields in draft and in-process envelopes. Each custom field used in an envelope must have a unique name.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
customFields(optional)
Returns
ApiResponse of CustomFields

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocument()

EnvelopeDocument DocuSign.eSign.Api.EnvelopesApi.UpdateDocument ( string  accountId,
string  envelopeId,
string  documentId,
byte []  documentFileBytes 
)
inline

Adds a document to an existing draft envelope. Adds a document to an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFileBytesUpdated document content.
Returns
EnvelopeDocument

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentAsync()

async System.Threading.Tasks.Task<EnvelopeDocument> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentAsync ( string  accountId,
string  envelopeId,
string  documentId,
byte []  documentFileBytes 
)
inline

Adds a document to an existing draft envelope. Adds a document to an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFileBytesUpdated document content.
Returns
Task of EnvelopeDocument

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeDocument> > DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
byte []  documentFileBytes 
)
inline

Adds a document to an existing draft envelope. Adds a document to an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFileBytesUpdated document content.
Returns
Task of ApiResponse (EnvelopeDocument)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentFields()

DocumentFieldsInformation DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentFields ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentFieldsAsync()

async System.Threading.Tasks.Task<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentFieldsAsync ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentFieldsInformation> > DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
Task of ApiResponse (DocumentFieldsInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentFieldsWithHttpInfo()

ApiResponse<DocumentFieldsInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
DocumentFieldsInformation  documentFieldsInformation = null 
)
inline

Updates existing custom document fields in an existing envelope document. Updates existing custom document fields in an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFieldsInformation(optional)
Returns
ApiResponse of DocumentFieldsInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocuments()

EnvelopeDocumentsResult DocuSign.eSign.Api.EnvelopesApi.UpdateDocuments ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentsAsync()

async System.Threading.Tasks.Task<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentsAsync ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
Task of EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeDocumentsResult> > DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
Task of ApiResponse (EnvelopeDocumentsResult)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentsWithHttpInfo()

ApiResponse<EnvelopeDocumentsResult> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeDefinition  envelopeDefinition = null 
)
inline

Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeDefinition(optional)
Returns
ApiResponse of EnvelopeDocumentsResult

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentTabs ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentTabsAsync ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
Tabs  tabs = null 
)
inline

Updates the tabs for an envelope document Updates tabs in the document specified by &#x60;documentId&#x60; in the envelope specified by &#x60;envelopeId&#x60;.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateDocumentWithHttpInfo()

ApiResponse<EnvelopeDocument> DocuSign.eSign.Api.EnvelopesApi.UpdateDocumentWithHttpInfo ( string  accountId,
string  envelopeId,
string  documentId,
byte []  documentFileBytes 
)
inline

Adds a document to an existing draft envelope. Adds a document to an existing draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentIdThe ID of the document being accessed.
documentFileBytesUpdated document content.
Returns
ApiResponse of EnvelopeDocument

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEmailSettings()

EmailSettings DocuSign.eSign.Api.EnvelopesApi.UpdateEmailSettings ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEmailSettingsAsync()

async System.Threading.Tasks.Task<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.UpdateEmailSettingsAsync ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
Task of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEmailSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EmailSettings> > DocuSign.eSign.Api.EnvelopesApi.UpdateEmailSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
Task of ApiResponse (EmailSettings)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEmailSettingsWithHttpInfo()

ApiResponse<EmailSettings> DocuSign.eSign.Api.EnvelopesApi.UpdateEmailSettingsWithHttpInfo ( string  accountId,
string  envelopeId,
EmailSettings  emailSettings = null 
)
inline

Updates the email setting overrides for an envelope. Updates the existing email override settings for the specified envelope. Note that modifying email settings will only affect email communications that occur after the modification was made. This can also be used to delete an individual email override setting by using an empty string for the value to be deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
emailSettings(optional)
Returns
ApiResponse of EmailSettings

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeDelayedRoutingDefinition()

DelayedRouting DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDelayedRoutingDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
delayedRouting(optional)
Returns
DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDelayedRoutingDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
delayedRouting(optional)
Returns
Task of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DelayedRouting> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
delayedRouting(optional)
Returns
Task of ApiResponse (DelayedRouting)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for an envelope&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
delayedRouting(optional)
Returns
ApiResponse of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeDocGenFormFields()

DocGenFormFieldResponse DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDocGenFormFields ( string  accountId,
string  envelopeId,
DocGenFormFieldRequest  docGenFormFieldRequest = null,
EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions  options = null 
)
inline

Updates formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
docGenFormFieldRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
DocGenFormFieldResponse

◆ UpdateEnvelopeDocGenFormFieldsAsync()

async System.Threading.Tasks.Task<DocGenFormFieldResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDocGenFormFieldsAsync ( string  accountId,
string  envelopeId,
DocGenFormFieldRequest  docGenFormFieldRequest = null,
EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions  options = null 
)
inline

Updates formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
docGenFormFieldRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of DocGenFormFieldResponse

◆ UpdateEnvelopeDocGenFormFieldsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocGenFormFieldResponse> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDocGenFormFieldsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
DocGenFormFieldRequest  docGenFormFieldRequest = null,
EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions  options = null 
)
inline

Updates formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
docGenFormFieldRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (DocGenFormFieldResponse)

◆ UpdateEnvelopeDocGenFormFieldsWithHttpInfo()

ApiResponse<DocGenFormFieldResponse> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeDocGenFormFieldsWithHttpInfo ( string  accountId,
string  envelopeId,
DocGenFormFieldRequest  docGenFormFieldRequest = null,
EnvelopesApi.UpdateEnvelopeDocGenFormFieldsOptions  options = null 
)
inline

Updates formfields for an envelope

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
docGenFormFieldRequest(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of DocGenFormFieldResponse

◆ UpdateEnvelopeScheduledSendingDefinition()

ScheduledSending DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeScheduledSendingDefinition ( string  accountId,
string  envelopeId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
scheduledSending(optional)
Returns
ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeScheduledSendingDefinitionAsync ( string  accountId,
string  envelopeId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
scheduledSending(optional)
Returns
Task of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ScheduledSending> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
scheduledSending(optional)
Returns
Task of ApiResponse (ScheduledSending)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeScheduledSendingDefinitionWithHttpInfo()

ApiResponse<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for an envelope&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
scheduledSending(optional)
Returns
ApiResponse of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRule()

EnvelopeTransferRule DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRule ( string  accountId,
string  envelopeTransferRuleId,
EnvelopeTransferRule  envelopeTransferRule = null 
)
inline

Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
envelopeTransferRule(optional)
Returns
EnvelopeTransferRule

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRuleAsync()

async System.Threading.Tasks.Task<EnvelopeTransferRule> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRuleAsync ( string  accountId,
string  envelopeTransferRuleId,
EnvelopeTransferRule  envelopeTransferRule = null 
)
inline

Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
envelopeTransferRule(optional)
Returns
Task of EnvelopeTransferRule

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRuleAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeTransferRule> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRuleAsyncWithHttpInfo ( string  accountId,
string  envelopeTransferRuleId,
EnvelopeTransferRule  envelopeTransferRule = null 
)
inline

Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
envelopeTransferRule(optional)
Returns
Task of ApiResponse (EnvelopeTransferRule)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRules()

EnvelopeTransferRuleInformation DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRules ( string  accountId,
EnvelopeTransferRuleInformation  envelopeTransferRuleInformation = null 
)
inline

Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleInformation(optional)
Returns
EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRulesAsync()

async System.Threading.Tasks.Task<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRulesAsync ( string  accountId,
EnvelopeTransferRuleInformation  envelopeTransferRuleInformation = null 
)
inline

Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleInformation(optional)
Returns
Task of EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRulesAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<EnvelopeTransferRuleInformation> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRulesAsyncWithHttpInfo ( string  accountId,
EnvelopeTransferRuleInformation  envelopeTransferRuleInformation = null 
)
inline

Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleInformation(optional)
Returns
Task of ApiResponse (EnvelopeTransferRuleInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRulesWithHttpInfo()

ApiResponse<EnvelopeTransferRuleInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRulesWithHttpInfo ( string  accountId,
EnvelopeTransferRuleInformation  envelopeTransferRuleInformation = null 
)
inline

Update envelope transfer rules for an account. This method changes the status for one or more envelope transfer rules based on the &#x60;envelopeTransferRuleId&#x60;s in the request body. You use this method to change whether or not the rules are enabled. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update envelope transfer rules. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleInformation(optional)
Returns
ApiResponse of EnvelopeTransferRuleInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeTransferRuleWithHttpInfo()

ApiResponse<EnvelopeTransferRule> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeTransferRuleWithHttpInfo ( string  accountId,
string  envelopeTransferRuleId,
EnvelopeTransferRule  envelopeTransferRule = null 
)
inline

Update an envelope transfer rule for an account. This method changes the status of an envelope transfer rule. You use this method to change whether or not the rule is enabled. You must include the &#x60;envelopeTransferRuleId&#x60; both as a query parameter, and in the request body. Note: You cannot change any other information about the envelope transfer rule. Only Administrators can update an envelope transfer rule. In addition, to use envelope transfer rules, the Transfer Custody feature must be enabled for your account.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeTransferRuleId
envelopeTransferRule(optional)
Returns
ApiResponse of EnvelopeTransferRule

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowDefinition()

Workflow DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowDefinition ( string  accountId,
string  envelopeId,
Workflow  workflow = null 
)
inline

Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflow(optional)
Returns
Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowDefinitionAsync()

async System.Threading.Tasks.Task<Workflow> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowDefinitionAsync ( string  accountId,
string  envelopeId,
Workflow  workflow = null 
)
inline

Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflow(optional)
Returns
Task of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Workflow> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
Workflow  workflow = null 
)
inline

Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflow(optional)
Returns
Task of ApiResponse (Workflow)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowDefinitionWithHttpInfo()

ApiResponse<Workflow> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
Workflow  workflow = null 
)
inline

Updates the envelope workflow definition for an envelope. Updates the specified envelope&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflow(optional)
Returns
ApiResponse of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowStepDefinition ( string  accountId,
string  envelopeId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the envelope workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
workflowStep(optional)
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowStepDefinitionAsync ( string  accountId,
string  envelopeId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the envelope workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
workflowStep(optional)
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the envelope workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
workflowStep(optional)
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateEnvelopeWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.UpdateEnvelopeWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  envelopeId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the envelope workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
workflowStepId
workflowStep(optional)
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateLock()

LockInformation DocuSign.eSign.Api.EnvelopesApi.UpdateLock ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateLockAsync()

async System.Threading.Tasks.Task<LockInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateLockAsync ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
Task of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateLockAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<LockInformation> > DocuSign.eSign.Api.EnvelopesApi.UpdateLockAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
Task of ApiResponse (LockInformation)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateLockWithHttpInfo()

ApiResponse<LockInformation> DocuSign.eSign.Api.EnvelopesApi.UpdateLockWithHttpInfo ( string  accountId,
string  envelopeId,
LockRequest  lockRequest = null 
)
inline

Updates an envelope lock. Updates the lock duration time or update the &#x60;lockedByApp&#x60; property information for the specified envelope. The user and integrator key must match the user specified by the &#x60;lockByUser&#x60; property and integrator key information and the &#x60;X-DocuSign-Edit&#x60; header must be included or an error will be generated.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
lockRequest(optional)
Returns
ApiResponse of LockInformation

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateNotificationSettings()

Notification DocuSign.eSign.Api.EnvelopesApi.UpdateNotificationSettings ( string  accountId,
string  envelopeId,
EnvelopeNotificationRequest  envelopeNotificationRequest = null 
)
inline

Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeNotificationRequest(optional)
Returns
Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateNotificationSettingsAsync()

async System.Threading.Tasks.Task<Notification> DocuSign.eSign.Api.EnvelopesApi.UpdateNotificationSettingsAsync ( string  accountId,
string  envelopeId,
EnvelopeNotificationRequest  envelopeNotificationRequest = null 
)
inline

Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeNotificationRequest(optional)
Returns
Task of Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateNotificationSettingsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Notification> > DocuSign.eSign.Api.EnvelopesApi.UpdateNotificationSettingsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeNotificationRequest  envelopeNotificationRequest = null 
)
inline

Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeNotificationRequest(optional)
Returns
Task of ApiResponse (Notification)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateNotificationSettingsWithHttpInfo()

ApiResponse<Notification> DocuSign.eSign.Api.EnvelopesApi.UpdateNotificationSettingsWithHttpInfo ( string  accountId,
string  envelopeId,
EnvelopeNotificationRequest  envelopeNotificationRequest = null 
)
inline

Sets envelope notification (Reminders/Expirations) structure for an existing envelope. This method sets the notifications (reminders and expirations) for an existing envelope. The request body sends a structure containing reminders and expirations settings. It also specifies whether to use the settings specified in the request, or the account default notification settings for the envelope. Note that this request only specifies when notifications are sent; it does not initiate sending of email messages.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelopeNotificationRequest(optional)
Returns
ApiResponse of Notification

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientDocumentVisibility()

DocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientDocumentVisibility ( string  accountId,
string  envelopeId,
string  recipientId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
documentVisibilityList(optional)
Returns
DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientDocumentVisibilityAsync()

async System.Threading.Tasks.Task<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientDocumentVisibilityAsync ( string  accountId,
string  envelopeId,
string  recipientId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
documentVisibilityList(optional)
Returns
Task of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
documentVisibilityList(optional)
Returns
Task of ApiResponse (DocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientDocumentVisibilityWithHttpInfo()

ApiResponse<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientDocumentVisibilityWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for a recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
documentVisibilityList(optional)
Returns
ApiResponse of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientInitialsImage()

void DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientInitialsImage ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientInitialsImageAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientInitialsImageAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientInitialsImageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientInitialsImageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientInitialsImageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientInitialsImageWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipients()

RecipientsUpdateSummary DocuSign.eSign.Api.EnvelopesApi.UpdateRecipients ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.UpdateRecipientsOptions  options = null 
)
inline

Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
RecipientsUpdateSummary

◆ UpdateRecipientsAsync()

async System.Threading.Tasks.Task<RecipientsUpdateSummary> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsAsync ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.UpdateRecipientsOptions  options = null 
)
inline

Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of RecipientsUpdateSummary

◆ UpdateRecipientsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<RecipientsUpdateSummary> > DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.UpdateRecipientsOptions  options = null 
)
inline

Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
Task of ApiResponse (RecipientsUpdateSummary)

◆ UpdateRecipientsDocumentVisibility()

DocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsDocumentVisibility ( string  accountId,
string  envelopeId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentVisibilityList(optional)
Returns
DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientsDocumentVisibilityAsync()

async System.Threading.Tasks.Task<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsDocumentVisibilityAsync ( string  accountId,
string  envelopeId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentVisibilityList(optional)
Returns
Task of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientsDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentVisibilityList(optional)
Returns
Task of ApiResponse (DocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientsDocumentVisibilityWithHttpInfo()

ApiResponse<DocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsDocumentVisibilityWithHttpInfo ( string  accountId,
string  envelopeId,
DocumentVisibilityList  documentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
documentVisibilityList(optional)
Returns
ApiResponse of DocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientSignatureImage()

void DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientSignatureImage ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientSignatureImageAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientSignatureImageAsync ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientSignatureImageAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientSignatureImageAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientSignatureImageWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientSignatureImageWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId 
)
inline

Sets the signature image for an accountless signer. Updates the signature image for an accountless signer. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the &#x60;CanSendEnvelope&#x60; property set to true and the &#x60;ExpressSendOnly&#x60; property in &#x60;SendingUser&#x60; structure must be set to false.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateRecipientsWithHttpInfo()

ApiResponse<RecipientsUpdateSummary> DocuSign.eSign.Api.EnvelopesApi.UpdateRecipientsWithHttpInfo ( string  accountId,
string  envelopeId,
Recipients  recipients = null,
EnvelopesApi.UpdateRecipientsOptions  options = null 
)
inline

Updates recipients in a draft envelope or corrects recipient information for an in process envelope. Updates recipients in a draft envelope or corrects recipient information for an in process envelope. For draft envelopes, you can edit the following properties: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, &#x60;deliveryMethod&#x60;, &#x60;accessCode&#x60;, and &#x60;requireIdLookup&#x60;. Once an envelope has been sent, you can only edit: &#x60;email&#x60;, &#x60;userName&#x60;, &#x60;signerName&#x60;, &#x60;routingOrder&#x60;, &#x60;faxNumber&#x60;, and &#x60;deliveryMethod&#x60;. You can also select to resend an envelope by using the &#x60;resend_envelope&#x60; option. If you send information for a recipient that does not already exist in a draft envelope, the recipient is added to the envelope (similar to the POST).

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipients(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of RecipientsUpdateSummary

◆ UpdateTabs()

Tabs DocuSign.eSign.Api.EnvelopesApi.UpdateTabs ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsAsync()

async System.Threading.Tasks.Task<Tabs> DocuSign.eSign.Api.EnvelopesApi.UpdateTabsAsync ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Tabs> > DocuSign.eSign.Api.EnvelopesApi.UpdateTabsAsyncWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
Task of ApiResponse (Tabs)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsBlob()

void DocuSign.eSign.Api.EnvelopesApi.UpdateTabsBlob ( string  accountId,
string  envelopeId 
)
inline

Update encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsBlobAsync()

async System.Threading.Tasks.Task DocuSign.eSign.Api.EnvelopesApi.UpdateTabsBlobAsync ( string  accountId,
string  envelopeId 
)
inline

Update encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of void

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsBlobAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Object> > DocuSign.eSign.Api.EnvelopesApi.UpdateTabsBlobAsyncWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Update encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
Task of ApiResponse

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsBlobWithHttpInfo()

ApiResponse<Object> DocuSign.eSign.Api.EnvelopesApi.UpdateTabsBlobWithHttpInfo ( string  accountId,
string  envelopeId 
)
inline

Update encrypted tabs for envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
Returns
ApiResponse of Object(void)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTabsWithHttpInfo()

ApiResponse<Tabs> DocuSign.eSign.Api.EnvelopesApi.UpdateTabsWithHttpInfo ( string  accountId,
string  envelopeId,
string  recipientId,
Tabs  tabs = null 
)
inline

Updates the tabs for a recipient. Updates one or more tabs for a recipient in a draft envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
recipientIdThe ID of the recipient being accessed.
tabs(optional)
Returns
ApiResponse of Tabs

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateDelayedRoutingDefinition()

DelayedRouting DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateDelayedRoutingDefinition ( string  accountId,
string  templateId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
delayedRouting(optional)
Returns
DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateDelayedRoutingDefinitionAsync()

async System.Threading.Tasks.Task<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateDelayedRoutingDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
delayedRouting(optional)
Returns
Task of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateDelayedRoutingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<DelayedRouting> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateDelayedRoutingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
delayedRouting(optional)
Returns
Task of ApiResponse (DelayedRouting)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateDelayedRoutingDefinitionWithHttpInfo()

ApiResponse<DelayedRouting> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateDelayedRoutingDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId,
DelayedRouting  delayedRouting = null 
)
inline

Updates the delayed routing rules for a template&#39;s workflow step definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
delayedRouting(optional)
Returns
ApiResponse of DelayedRouting

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientDocumentVisibility()

TemplateDocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientDocumentVisibility ( string  accountId,
string  templateId,
string  recipientId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
templateDocumentVisibilityList(optional)
Returns
TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientDocumentVisibilityAsync()

async System.Threading.Tasks.Task<TemplateDocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientDocumentVisibilityAsync ( string  accountId,
string  templateId,
string  recipientId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
templateDocumentVisibilityList(optional)
Returns
Task of TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<TemplateDocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  recipientId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
templateDocumentVisibilityList(optional)
Returns
Task of ApiResponse (TemplateDocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientDocumentVisibilityWithHttpInfo()

ApiResponse<TemplateDocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientDocumentVisibilityWithHttpInfo ( string  accountId,
string  templateId,
string  recipientId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates the document visibility for a template recipient. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
recipientIdThe ID of the recipient being accessed.
templateDocumentVisibilityList(optional)
Returns
ApiResponse of TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientsDocumentVisibility()

TemplateDocumentVisibilityList DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientsDocumentVisibility ( string  accountId,
string  templateId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
templateDocumentVisibilityList(optional)
Returns
TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientsDocumentVisibilityAsync()

async System.Threading.Tasks.Task<TemplateDocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientsDocumentVisibilityAsync ( string  accountId,
string  templateId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
templateDocumentVisibilityList(optional)
Returns
Task of TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientsDocumentVisibilityAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<TemplateDocumentVisibilityList> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientsDocumentVisibilityAsyncWithHttpInfo ( string  accountId,
string  templateId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
templateDocumentVisibilityList(optional)
Returns
Task of ApiResponse (TemplateDocumentVisibilityList)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateRecipientsDocumentVisibilityWithHttpInfo()

ApiResponse<TemplateDocumentVisibilityList> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateRecipientsDocumentVisibilityWithHttpInfo ( string  accountId,
string  templateId,
TemplateDocumentVisibilityList  templateDocumentVisibilityList = null 
)
inline

Updates document visibility for the recipients This method updates document visibility for one or more template recipients based on the &#x60;recipientId&#x60; and &#x60;visible&#x60; values that you include in the request body. Note: A document cannot be hidden from a recipient if the recipient has tabs assigned to them on the document. Carbon Copy, Certified Delivery (Needs to Sign), Editor, and Agent recipients can always see all documents.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
templateDocumentVisibilityList(optional)
Returns
ApiResponse of TemplateDocumentVisibilityList

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateScheduledSendingDefinition()

ScheduledSending DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateScheduledSendingDefinition ( string  accountId,
string  templateId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
scheduledSending(optional)
Returns
ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateScheduledSendingDefinitionAsync()

async System.Threading.Tasks.Task<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateScheduledSendingDefinitionAsync ( string  accountId,
string  templateId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
scheduledSending(optional)
Returns
Task of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateScheduledSendingDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<ScheduledSending> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateScheduledSendingDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
scheduledSending(optional)
Returns
Task of ApiResponse (ScheduledSending)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateScheduledSendingDefinitionWithHttpInfo()

ApiResponse<ScheduledSending> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateScheduledSendingDefinitionWithHttpInfo ( string  accountId,
string  templateId,
ScheduledSending  scheduledSending = null 
)
inline

Updates the scheduled sending rules for a template&#39;s workflow definition.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
scheduledSending(optional)
Returns
ApiResponse of ScheduledSending

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowDefinition()

Workflow DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowDefinition ( string  accountId,
string  templateId,
Workflow  workflow = null 
)
inline

Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflow(optional)
Returns
Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowDefinitionAsync()

async System.Threading.Tasks.Task<Workflow> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowDefinitionAsync ( string  accountId,
string  templateId,
Workflow  workflow = null 
)
inline

Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflow(optional)
Returns
Task of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<Workflow> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
Workflow  workflow = null 
)
inline

Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflow(optional)
Returns
Task of ApiResponse (Workflow)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowDefinitionWithHttpInfo()

ApiResponse<Workflow> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowDefinitionWithHttpInfo ( string  accountId,
string  templateId,
Workflow  workflow = null 
)
inline

Updates the workflow definition for a template. Updates the specified template&#39;s workflow definition if it has one.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflow(optional)
Returns
ApiResponse of Workflow

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowStepDefinition()

WorkflowStep DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowStepDefinition ( string  accountId,
string  templateId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the template workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
workflowStep(optional)
Returns
WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowStepDefinitionAsync()

async System.Threading.Tasks.Task<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowStepDefinitionAsync ( string  accountId,
string  templateId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the template workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
workflowStep(optional)
Returns
Task of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowStepDefinitionAsyncWithHttpInfo()

async System.Threading.Tasks.Task<ApiResponse<WorkflowStep> > DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowStepDefinitionAsyncWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the template workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
workflowStep(optional)
Returns
Task of ApiResponse (WorkflowStep)

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateTemplateWorkflowStepDefinitionWithHttpInfo()

ApiResponse<WorkflowStep> DocuSign.eSign.Api.EnvelopesApi.UpdateTemplateWorkflowStepDefinitionWithHttpInfo ( string  accountId,
string  templateId,
string  workflowStepId,
WorkflowStep  workflowStep = null 
)
inline

Updates the template workflow step definition for an envelope.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
templateIdThe ID of the template being accessed.
workflowStepId
workflowStep(optional)
Returns
ApiResponse of WorkflowStep

Implements DocuSign.eSign.Api.IEnvelopesApi.

◆ UpdateWithHttpInfo()

ApiResponse<EnvelopeUpdateSummary> DocuSign.eSign.Api.EnvelopesApi.UpdateWithHttpInfo ( string  accountId,
string  envelopeId,
Envelope  envelope = null,
EnvelopesApi.UpdateOptions  options = null 
)
inline

Send Draft Envelope/Void Envelope/Move/Purge Envelope/Modify draft The Put Envelopes endpoint provides the following functionality: * Sends the specified single draft envelope. Add {&quot;status&quot;:&quot;sent&quot;} to the request body to send the envelope. * Voids the specified in-process envelope. Add {&quot;status&quot;:&quot;voided&quot;, &quot;voidedReason&quot;:&quot;The reason for voiding the envelope&quot;} to the request body to void the envelope. * Replaces the current email subject and message for a draft envelope. Add {&quot;emailSubject&quot;:&quot;subject&quot;, &quot;emailBlurb&quot;:&quot;message&quot;} to the request body to modify the subject and message. * Place the envelope documents and envelope metadata in a purge queue so that this information is removed from the DocuSign system. Add {&quot;purgeState&quot;:&quot;purge type&quot;} to the request body. Additional information on purging documents The purge request can only be used for completed envelopes that are not marked as the authoritative copy. The requesting user must have permission to purge documents and must be the sender (the requesting user can act as the sender using Send On Behalf Of). ###### Note: If you have set the Document Retention policy on your account, envelope documents are automatically placed in the purge queue and the warning emails are sent at the end of the retention period. ###### Note: You can set the Document Retention policy in the Classic DocuSign Experience by specifying the number of days to retain documents. ###### Note: Setting a Document Retention policy is the same as setting a schedule for purging documents. When the purge request is initiated the envelope documents, or documents and envelope metadata, are placed in a purge queue for deletion in 14 days. A warning email notification is sent to the sender and recipients associated with the envelope, notifying them that the envelope documents will be deleted in 14 days and providing a link to the documents. A second email is sent 7 days later with the same message. At the end of the 14-day period, the envelope documents are deleted from the system. If &#x60;purgeState&#x3D;&quot;documents_queued&quot;&#x60; is used in the request, then only the documents are deleted and any corresponding attachments and tabs remain in the DocuSign system. If &#x60;purgeState&#x3D; &quot;documents_and_metadata_queued&quot;&#x60; is used in the request, then the documents, attachments, and tabs are deleted.

Exceptions
DocuSign.eSign.Client.ApiExceptionThrown when fails to make API call
Parameters
accountIdThe external account number (int) or account ID Guid.
envelopeIdThe envelopeId Guid of the envelope being accessed.
envelope(optional)
optionsOptions for modifying the behavior of the function.
Returns
ApiResponse of EnvelopeUpdateSummary

Property Documentation

◆ ApiClient

DocuSignClient DocuSign.eSign.Api.EnvelopesApi.ApiClient
getset

Gets or sets the ApiClient object

An instance of the ApiClient

◆ ExceptionFactory

DocuSign.eSign.Client.ExceptionFactory DocuSign.eSign.Api.EnvelopesApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: