.category[].id
:TAX_ID
- Data mismatch related to tax id and its associated properties.STOCK_SYMBOL
- Non public entity registered as a public for profit entity orGOVERNMENT_ENTITY
- Non government entity registered as a government entity.NONPROFIT
- Not a recognized non-profit entity. No IRS tax-exempt statusOTHERS
- Details of the data misrepresentation if any.curl --location --request GET '/brand/feedback/'
{
"brandId": "d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5",
"category": [
{
"description": "Tax Id does not match with the company name or business type.",
"displayName": "Tax Id",
"fields": [
"ein",
"companyName",
"entityType"
],
"id": "TAX_ID"
}
]
}
Authorization: Bearer ********************