View Source DocuSign.Api.AccountTabSettings (DocuSign v1.2.0)

API calls for all endpoints tagged AccountTabSettings.

Summary

Functions

Returns tab settings list for specified account This method returns information about the tab types and tab functionality that is currently enabled for an account.

Modifies tab settings for specified account This method modifies the tab types and tab functionality that is enabled for an account.

Functions

Link to this function

tab_settings_get_tab_settings(connection, account_id, opts \\ [])

View Source
@spec tab_settings_get_tab_settings(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, DocuSign.Model.TabAccountSettings.t()}
  | {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:error, Tesla.Env.t()}

Returns tab settings list for specified account This method returns information about the tab types and tab functionality that is currently enabled for an account.

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID GUID.
  • opts (keyword): Optional parameters

Returns

  • {:ok, DocuSign.Model.TabAccountSettings.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

tab_settings_put_settings(connection, account_id, opts \\ [])

View Source
@spec tab_settings_put_settings(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, DocuSign.Model.TabAccountSettings.t()}
  | {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:error, Tesla.Env.t()}

Modifies tab settings for specified account This method modifies the tab types and tab functionality that is enabled for an account.

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID GUID.
  • opts (keyword): Optional parameters
    • :body (TabAccountSettings): Account-wide tab settings.

Returns

  • {:ok, DocuSign.Model.TabAccountSettings.t} on success
  • {:error, Tesla.Env.t} on failure