DocuSign v0.2.9 DocuSign.Api.TemplateRecipientTabs View Source
API calls for all endpoints tagged TemplateRecipientTabs
.
Link to this section Summary
Functions
Deletes the tabs associated with a recipient in a template. Deletes one or more tabs associated with a recipient in a template.
Gets the tabs information for a signer or sign-in-person recipient in a template. Gets the tabs information for a signer or sign-in-person recipient in a template.
Adds tabs for a recipient. Adds one or more tabs for a recipient.
Updates the tabs for a recipient. Updates one or more tabs for a recipient in a template.
Link to this section Functions
recipients_delete_template_recipient_tabs(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_delete_template_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipientTabs.t()} | {:error, Tesla.Env.t()}
Deletes the tabs associated with a recipient in a template. Deletes one or more tabs associated with a recipient in a template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :template_tabs (TemplateTabs):
Returns
} on success {:error, info} on failure
recipients_get_template_recipient_tabs(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_get_template_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipientTabs.t()} | {:error, Tesla.Env.t()}
Gets the tabs information for a signer or sign-in-person recipient in a template. Gets the tabs information for a signer or sign-in-person recipient in a template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :include_anchor_tab_locations (String.t): When set to true, all tabs with anchor tab properties are included in the response.
- :include_metadata (String.t): Reserved for DocuSign.
Returns
} on success {:error, info} on failure
recipients_post_template_recipient_tabs(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_post_template_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipientTabs.t()} | {:error, Tesla.Env.t()}
Adds tabs for a recipient. Adds one or more tabs for a recipient.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :template_tabs (TemplateTabs):
Returns
} on success {:error, info} on failure
recipients_put_template_recipient_tabs(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_put_template_recipient_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipientTabs.t()} | {:error, Tesla.Env.t()}
Updates the tabs for a recipient. Updates one or more tabs for a recipient in a template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :template_tabs (TemplateTabs):
Returns
} on success {:error, info} on failure