addresses_update
Change one address. Only the fields you pass are altered. Use addresses_list first to get the addressId — an address id is not the contact id.
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. | |
| addressId | Yes | From addresses_list. | |
| 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. |