Add company
Add a company.
Creates a new company
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"fields": {
"name": "Website.com Solutions Inc.",
"website": "website.com",
"industry": "IT",
"description": "No description ",
"source": "No source added",
"revenue": "1050000",
"city": "SF1",
"state": "california",
"logo": "https://organization.uat.env.acquire.io/logo/website.com.png"
},
"dateCreated": "2020-09-10T11:44:05.000Z",
"dateUpdated": "2020-09-10T11:44:05.143Z",
"id": 8
}
}Last updated