Update company
Update company information.
put
https://{{account_id}}.acquire.io/api/v1/crm/objects/company/{{companyId}}
Update a Company
Body (raw)
{
"fields": {
"name": "ZeryUpdated",
"website": "zeryUpdated.com",
"logo": "IT",
"industry": "IT",
"description": "No description ",
"source": "No source added",
"revenue": "1050000",
"city": "SF1",
"state": "california"
},
"dateCreated": "string",
"dateUpdated": "string"
}
Last modified 1yr ago