patch
https://api.marketcircle.net/v1/companies/
Edit a Company
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This function allows you to modify an existing company. See Company attributes for a list of attributes which are supported for companies. Only attributes marked as Read-Write can be set using this endpoint.
NoteWhen editing a contact, including the add or remove actions will allow you to specify a list of items to update/remove from the field's existing contents. Leaving out add or remove will replace the fields contents entirely.
Examples:
{ "keywords": { "add":["test"] } }
{ "keywords": { "remove":["test"] } }