Create Brand
This endpoint is used to create a new brand. A brand is an entity created by The Campaign Registry (TCR) that represents an organization or a company. It is this entity that TCR created campaigns will be associated with. Each brand creation will entail an upfront, non-refundable $4 expense.
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",
"mobilePhone": "+12024567890",
"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"
}Changes
Changed in 2 of the 61 revisions of this API.211
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲