updateBusinessEntity
updateBusinessEntityUpdate an existing business entity's details such as name, address, tax configuration, email, and phone number by providing its unique identifier.
Instructions
Update an existing business entity's details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | The unique identifier of the business entity to update. | |
| name | No | Updated name of the business entity. | |
| address | No | Updated address object with line1, line2, city, state, zipCode, country, country_code. | |
| tax_config | No | Tax configuration object (e.g., { "tax_id": "...", "tax_provider": "..." }). | |
| No | Updated email address. | ||
| phone_number | No | Updated phone number (max 20 chars). Include country code (e.g., +1-555-0100). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |