v1
latestOpenAPI 3.1.02026-07-242735131.1 MBLegal Entities
Update Legal Entity Administrative details
Update administrative details of legal entity for the authorized company specified in the request.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage companies (company_management) | - | Manage companies (company:write) |
put/v1/companies/{company_id}/legal-entities/{legal_entity_id}/administrative-details
Path parameters
company_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Company ID
legal_entity_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Legal entity ID
Request body
Example request
{
"administrative_details": {
"company_industry": "Information Technology",
"entity_type": "c_corp",
"mailing_address_same_as_filing": "yes",
"naics_code": "12345",
"sic_code": [
"12345"
],
"state_tax_account_details": [
{
"state": "AK",
"tax_account_number": "12345",
"tax_rate": 5
},
{
"state": "MD",
"tax_account_number": "54321",
"tax_rate": 50
}
],
"tax_classification": "corp"
},
"product_type": "peo"
}Response
Success
Example response
{
"data": {
"legal_entity_state": "new",
"trade_sector": "test sector"
}
}