Bulk Companies by Id
POST/companies/bulk/id
The bulk endpoints offer an efficient way of importing/updating large amounts of companies with just a single API call. When using the bulk id
endpoint, the companies are identified by id
. If a company with such id
doesn't already exist, it will be created. If it does exist, the company found will be updated.
Company bulk endpoints support bulk change of attributes for multiple companies as well. To learn more about Attributes, go here.
A single company's attributes can be modified as explained in Bulk resource attribute values by resource lookup key, but if it's needed to modify attributes for multiple companies in a single call, this endpoint should be used.