Brands
Revet Brand
This operation allows you to revet the brand. However, revetting is allowed once after the successful brand registration and thereafter limited to once every 3 months.
put/10dlc/brand/{brandId}/revet
Path parameters
brandIdstring required
Unique identifier of the brand.
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"
}