Update company
twenty_update_companyUpdate fields on an existing company. Only provided fields change. Twenty REST: PATCH /rest/companies/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The company id to update. | |
| name | No | The company name. | |
| xUrl | No | X/Twitter URL (sent as xLink:{primaryLinkUrl}). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| employees | No | Employee count. | |
| domainName | No | Primary domain / website URL (sent as domainName:{primaryLinkUrl}). | |
| addressCity | No | City (sent as address:{addressCity}). | |
| linkedinUrl | No | LinkedIn URL (sent as linkedinLink:{primaryLinkUrl}). | |
| idealCustomerProfile | No | Whether this company matches the ideal customer profile. |