PUTa company
PUT /user-api/v1/companies/:id
Path Parameters
string
Company ID
Headers
Query Parameters
string
Related data to include:
custom_fields, tags, lists, contactsEndpoint Example
PUT /user-api/v1/companies/company_67890?include=tags,custom_fields
Relationship fields (tags, lists, contacts, custom_fields) are replaced entirely with the provided values. To add to existing relationships, include all current values plus new ones.