Skip to main content
PATCH
Update business

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

business_id
string
required

Body

application/json
entity_type
enum<string>
required
Available options:
c_corp,
s_corp,
llc,
general_partnership,
limited_partnership,
sole_proprietorship,
dba_trade_name,
franchise,
professional_license,
nonprofit,
other
business_name
string
required
state_of_formation
string
Required string length: 2
ein
string

Full EIN.

status
enum<string>
Available options:
active,
inactive,
dissolved,
merged,
suspended,
unknown
deceased_role
enum<string>
Available options:
sole_owner,
majority_owner,
minority_owner,
partner,
officer,
director,
shareholder,
member,
manager,
license_holder,
other
ownership_percentage
number<double>
estimated_value
number<double>
co_owners
object[]
has_operating_agreement
boolean
has_buy_sell_agreement
boolean
succession_plan
enum<string>
Available options:
sell,
transfer_to_heir,
dissolve,
continue_with_partners,
pending_decision
registered_agent
string
institution_contact_id
string
notes
string

Response

Business updated.

data
object