brandId
.curl --location --request PUT '/brand/' \
--header 'Content-Type: application/json' \
--data-raw '{
"altBusinessIdType": "NONE",
"altBusiness_id": "string",
"businessContactEmail": "name@example.com",
"city": "New York",
"companyName": "ABC Inc.",
"country": "US",
"displayName": "ABC Mobile",
"ein": "111111111",
"email": "string",
"entityType": "PRIVATE_PROFIT",
"firstName": "John",
"identityStatus": "VERIFIED",
"ipAddress": "string",
"isReseller": true,
"lastName": "Smith",
"phone": "+12024567890",
"postalCode": "10001",
"state": "NY",
"stockExchange": "NONE",
"stockSymbol": "ABC",
"street": "123",
"vertical": "REAL_ESTATE",
"webhookFailoverURL": "https://webhook.com/9010a453-4df8-4be6-a551-1070892888d6",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93",
"website": "http://www.abcmobile.com"
}'
{
"altBusinessId": "string",
"altBusinessIdType": "NONE",
"brandId": "4b20017f-8da9-a992-a6c0-683072fb7729",
"brandRelationship": "BASIC_ACCOUNT",
"businessContactEmail": "name@example.com",
"city": "New York",
"companyName": "ABC Inc.",
"country": "US",
"createdAt": "2021-03-08T17:57:48.801186",
"cspId": "string",
"displayName": "ABC Mobile",
"ein": "111111111",
"email": "string",
"entityType": "PRIVATE_PROFIT",
"failureReasons": null,
"firstName": "John",
"identityStatus": "VERIFIED",
"ipAddress": "string",
"isReseller": false,
"lastName": "Smith",
"mobilePhone": "+12024567890",
"mock": false,
"optionalAttributes": {
"taxExemptStatus": "string"
},
"phone": "+12024567890",
"postalCode": "10001",
"referenceId": "string",
"state": "NY",
"status": "OK",
"stockExchange": "NONE",
"stockSymbol": "ABC",
"street": "123",
"tcrBrandId": "BBRAND1",
"universalEin": "string",
"updatedAt": "2021-03-08T17:57:48.801186",
"vertical": "string",
"webhookFailoverURL": "string",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93",
"website": "http://www.abcmobile.com"
}
Authorization: Bearer ********************