Page Summary
-
A brand is a business, organization, or group represented by an agent.
-
Brands are represented in JSON with
nameanddisplayNamefields. -
The
namefield is a unique identifier output only field defined by the platform. -
The
displayNamefield is a required string with a maximum of 100 characters. -
You can create, delete, get, list, and patch brands using available methods.
Resource: Brand
A brand (business, organization, or group) that is represented by an agent.
| JSON representation |
|---|
{ "name": string, "displayName": string } |
| Fields | |
|---|---|
name |
Output only. The unique identifier of the brand. Defined by the platform. |
displayName |
Required. The display name of the brand. Maximum 100 characters. |
Methods |
|
|---|---|
|
Creates a new brand. |
|
Deletes a brand. |
|
Gets information about a brand. |
|
Lists all the brands accessible to the user making the request. |
|
Updates information about a brand. |