DocuSign.Api.AccountBrands.brands_get_brands
You're seeing just the function
brands_get_brands
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brands_get_brands(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.AccountBrands.t()} | {:error, Tesla.Env.t()}
Gets a list of brand profiles. Retrieves the list of brand profiles associated with the account and the default brand profiles. The Account Branding feature (accountSettings properties `canSelfBrandSend` and `canSelfBrandSend`) must be set to true for the account to use this call.
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
- :exclude_distributor_brand (String.t): When set to true, excludes distributor brand information from the response set.
- :include_logos (String.t): When set to true, returns the logos associated with the brand.
Returns
} on success {:error, info} on failure