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
Update company
Update company information.
put
https://{{account_id}}.acquire.io/api/v1/crm/objects/company/{{companyId}}
Update a Company
Body (raw)
1
{
2
"fields"
:
{
3
"name"
:
"ZeryUpdated"
,
4
"website"
:
"zeryUpdated.com"
,
5
"logo"
:
"IT"
,
6
"industry"
:
"IT"
,
7
"description"
:
"No description "
,
8
"source"
:
"No source added"
,
9
"revenue"
:
"1050000"
,
10
"city"
:
"SF1"
,
11
"state"
:
"california"
12
},
13
"dateCreated"
:
"string"
,
14
"dateUpdated"
:
"string"
15
}
Copied!
Previous
Add company
Next
Delete company
Last modified
2mo ago
Copy link