Website
Guide & Tutorial
Blog
Book a Demo
Search…
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Contact
Company
List all companies
Retrieve a company
Add company
Update company
Delete company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Settings
Powered By
GitBook
Add company
Add a company.
post
https://{{account_id}}.acquire.io/api/v1/crm/objects/company
Creates a new company
Body (raw)
1
{
2
"fields": {
3
"name": "company name",
4
"website": "example.com",
5
"industry": "IT",
6
"description": "No description ",
7
"source": "No source added",
8
"revenue": "1050000",
9
"city": "SF1",
10
"state": "california"
11
},
12
"dateCreated": "2020-09-10T11:44:05.143Z",
13
"dateUpdated": "2020-09-10T11:44:05.143Z"
14
}
Copied!
Previous
Retrieve a company
Next
Update company
Last modified
2mo ago
Copy link
Contents
post
Creates a new company