AccountBrands
The AcccountBrands resource provides methods that allow you to manage the account brand associated with an account.
View Specific Information
The cmdlet 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 cmdlet.
- 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. |