addresses_create
Add an address to a contact or company. Pass exactly one of contactId / companyId. Every field is optional — a city on its own is a perfectly normal address record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| label | No | Short label, e.g. 'home', 'office', 'site'. Free text. | |
| notes | No | Anything else — access codes, "rear entrance". | |
| street | No | Street address line. | |
| country | No | ||
| province | No | State, province or region. | |
| companyId | No | ||
| contactId | No | ||
| is_primary | No | Make this the primary address. The primary is what the contact screen shows first and what a CSV export writes. Setting it demotes the previous primary. | |
| postal_code | No | Postal or ZIP code. |