DocuSign.Api.AccountBrands.brand_export_get_brand_export_file
You're seeing just the function
brand_export_get_brand_export_file
, go back to DocuSign.Api.AccountBrands module for more information.
Link to this function
brand_export_get_brand_export_file(connection, account_id, brand_id, opts \\ [])
View SourceSpecs
brand_export_get_brand_export_file( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Export a specific brand.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- brand_id (String.t): The unique identifier of a brand.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure