PATCH /companies/{id}
Update an existing company''s attributes, name, linked contacts, or linked deals. Note that passing linkedContactsIds or linkedDealsIds replaces the entire list of associations, so omitted IDs will be removed. The company name cannot be set to an empty string.
Servers
- https://api.brevo.com/v3
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
attributes |
Object | No |
Attributes for company update |
name |
String | No |
Name of company |
linkedContactsIds[] |
Array | No |
Warning - Using PATCH on linkedContactIds replaces the list of linked contacts. Omitted IDs will be removed. |
countryCode |
Integer | No |
Country code if phone_number is passed in attributes. |
linkedDealsIds[] |
Array | No |
Warning - Using PATCH on linkedDealsIds replaces the list of linked deals. Omitted IDs will be removed. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.