DocuSign.Api.AccountBrands.brands_post_brands
You're seeing just the function
brands_post_brands
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brands_post_brands(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.AccountBrands.t()} | {:error, Tesla.Env.t()}
Creates one or more brand profile files for the account. Creates one or more brand profile files for the account. The Account Branding feature (accountSettings properties `canSelfBrandSend` and `canSelfBrandSig`) must be set to true for the account to use this call. An error is returned if `brandId` property for a brand profile is already set for the account. To upload a new version of an existing brand profile, you must delete the profile and then upload the newer version. When brand profile files are being uploaded, they must be combined into one zip file and the `Content-Type` must be `application/zip`.
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
- :brand (Brand):
Returns
} on success {:error, info} on failure