The ID of the company to update.
An array of phone objects. Each phone object should contain three keys: number, extension, and type, as described here
[ { "number": <phone number with country code>, "extension": "<optional extension>", "type": "<phone number type>", } ]
An object containing the address for the company with the following structure:
{ "street": "<street>", "city": "<city>", "state": "<state>", "postal_code": "<postal code>" }
An array of custom field objects. Each custom field object should contain two keys: id and value. id is the id of a custom field definition, and value is the value to be set to that custom field for this company.
[ { "id": <custom field definition id>, "value": "<custom field value>" } ]
User groups allowed to access this company
No Content