DocuSign.Api.CustomTabs.tabs_post_tab_definitions
You're seeing just the function
tabs_post_tab_definitions
, go back to DocuSign.Api.CustomTabs module for more information.
Specs
tabs_post_tab_definitions(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.CustomTabs.t()} | {:error, Tesla.Env.t()}
Creates a custom tab. Creates a tab with pre-defined properties, such as a text tab with a certain font type and validation pattern. Users can access the custom tabs when sending documents through the DocuSign web application. Custom tabs can be created for approve, checkbox, company, date, date signed, decline, email, email address, envelope ID, first name, formula, full name, initial here, last name, list, note, number, radio, sign here, signer attachment, SSN, text, title, and zip tabs.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :custom_tabs (CustomTabs):
Returns
} on success {:error, info} on failure