AccountBrands
The AcccountBrands resource provides methods that allow you to manage the account brand associated with an account.
View Specific Information
The add-in will use the DocuSign API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the add-in.
- BrandId supports the '=' operator.
For example, the following query is processed server side:
SELECT * FROM AccountBrands WHERE BrandId = '4701f9c2-1038-45cf-bf35-66ae143a5656'
Columns
| Name | Type | References | Description |
| BrandId [KEY] | String | Id of the brand. | |
| BrandName | String | Name of the brand. | |
| BrandCompany | String | The name of the company associated with this brand. | |
| IsOverridingCompanyName | Boolean | When is set to true, brand name is the name of the company. | |
| IsSendingDefault | Boolean | When is set to true, it is sending default. | |
| IsSigningDefault | Boolean | When is set to true, it is signing default. | |
| BrandLanguages | String | An array of two-letter codes for the languages that you want to use with the brand. | |
| Colors | String | An array of name-value pairs specifying the colors that the brand uses for the following elements:Button background, Button text, Header background, Header text | |
| DefaultBrandLanguage | String | The two-letter code for the language that you want to use as the brand default. |