DocuSign.Api.Accounts.accounts_get_account
You're seeing just the function
accounts_get_account
, go back to DocuSign.Api.Accounts module for more information.
Specs
accounts_get_account(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.Accounts.t()} | {:error, Tesla.Env.t()}
Retrieves the account information for the specified account. Retrieves the account information for the specified account. Response The `canUpgrade` property contains is a Boolean that indicates whether the account can be upgraded through the API.
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
- :include_account_settings (String.t): When set to true, includes the account settings for the account in the response.
Returns
} on success {:error, info} on failure