UpdateCompanyRequest
Request body for updating an existing company. Only include fields you want to change. Omitted fields are left unchanged; fields set to null are cleared.
- countryType: null | string
Code ISO 3166-1 alpha-2 country code (e.g. 'US', 'SE').
- domainType: null | string
Company domain (e.g., "acme.com"). Normalized to lowercase without www prefix. Ignored if homepageUrl is provided (domain is derived from URL instead).
- externalType: array object[] | null · ExternalRef[]
Refs External references to this company in other systems (e.g. CRM IDs).
Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.
- idType: stringmax length:255required
External identifier within the namespace (e.g., "003XXXXXXXXXXXX" for Salesforce). Case-sensitive. Format depends on the external system.
- namespaceType: stringmax length:50required
External system namespace (e.g., "salesforce", "hubspot", "pipedrive", "csv-import"). Case-insensitive.
- homepageType: null | string
Url Company homepage URL.
- linkedType: null | string
In Url Company LinkedIn URL in the format https://www.linkedin.com/company/{slug}.
- nameType: null | string
Company name.
- strategyType: null | string
Investment strategy or description.
- tagsType: array string[] | null
List of tags or labels.