Add company
Add a company.
Creates a new company
POST
https://{{account_id}}.acquire.io/api/v1/crm/objects/company
This endpoint allows you to create a company. The body requires a "fields"
key. See body example below.
Please note that the system will try to match a company's name to the website address provided. You may need to manually add the correct name afterward.
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Request Body
Name
Type
Description
description*
string
A short description of the company
industry
string
The company's industry
website
string
The company website
name
string
The company name
fields*
object
fields object
dateUpdated
string
2020-09-10T11:44:05.143Z
dateCreated
string
2020-09-10T11:44:05.143Z
Body (raw)
Last updated