Brands
Update Brand
Update a brand's attributes by brandId.
put/10dlc/brand/{brandId}
Path parameters
brandIdstring required
Unique identifier of the brand.
Request body
Example request
{
"businessContactEmail": "name@example.com",
"city": "New York",
"companyName": "ABC Inc.",
"country": "US",
"displayName": "ABC Mobile",
"ein": "111111111",
"entityType": "PRIVATE_PROFIT",
"firstName": "John",
"lastName": "Smith",
"phone": "+12024567890",
"postalCode": "10001",
"state": "NY",
"stockExchange": "NASDAQ",
"stockSymbol": "ABC",
"street": "123",
"vertical": "TECHNOLOGY",
"webhookFailoverURL": "https://webhook.com/9010a453-4df8-4be6-a551-1070892888d6",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93",
"website": "http://www.abcmobile.com"
}Response
Successful Response
Example response
{
"brandId": "4b20017f-8da9-a992-a6c0-683072fb7729",
"businessContactEmail": "name@example.com",
"city": "New York",
"companyName": "ABC Inc.",
"country": "US",
"createdAt": "2021-03-08T17:57:48.801186",
"displayName": "ABC Mobile",
"ein": "111111111",
"entityType": "PRIVATE_PROFIT",
"firstName": "John",
"lastName": "Smith",
"mobilePhone": "+12024567890",
"phone": "+12024567890",
"postalCode": "10001",
"state": "NY",
"stockExchange": "NASDAQ",
"stockSymbol": "ABC",
"street": "123",
"tcrBrandId": "BBRAND1",
"updatedAt": "2021-03-08T17:57:48.801186",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93",
"website": "http://www.abcmobile.com"
}