DocuSign.Api.TemplateDocumentTabs (DocuSign v0.3.0) View Source
API calls for all endpoints tagged TemplateDocumentTabs
.
Link to this section Summary
Link to this section Functions
Link to this function
tabs_get_template_document_tabs(connection, account_id, document_id, template_id, opts \\ [])
View SourceSpecs
tabs_get_template_document_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateDocumentTabs.t()} | {:error, Tesla.Env.t()}
Returns tabs on the document.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :page_numbers (String.t):
Returns
} on success {:error, info} on failure
Link to this function
tabs_get_template_page_tabs(connection, account_id, document_id, page_number, template_id, opts \\ [])
View SourceSpecs
tabs_get_template_page_tabs( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateDocumentTabs.t()} | {:error, Tesla.Env.t()}
Returns tabs on the specified page.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- page_number (String.t): The page number being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure