v1
latestOpenAPI 3.0.02026-07-247150151.6 KBBusinesses
Update a business
Updates a business associated with a brand
patch/businesses/{business_id}
Path parameters
business_idstring required
Request body
Example request
{
"brand_business_id": "ac6ee2d3-5a03-4043-a4aa-dda51836b9fd",
"ein": "12-1234567",
"legal_business_name": "John Doe Business Corporation",
"dba_business_name": "John's",
"business_type": "cooperative",
"date_established": "2020-01-01T00:00:00.000Z",
"phone": "+14157485052",
"email": "info@business.com",
"website": "www.business.com",
"industry_type": "Financial",
"number_of_employees": "0-50"
}Response
Example response