accelo_update_address
Update an existing address in Accelo CRM using its ID and new street, city, state, country, or zipcode values.
Instructions
Update an existing address.
Args: id: Address ID (required) title: New title street1: New street line 1 street2: New street line 2 city: New city state: New state name state_id: New state ID country: New country name country_id: New country ID zipcode: New postcode/zipcode postal: "yes" or "no" physical: "yes" or "no" fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| city | No | ||
| state | No | ||
| title | No | ||
| fields | No | ||
| postal | No | ||
| country | No | ||
| street1 | No | ||
| street2 | No | ||
| zipcode | No | ||
| physical | No | ||
| state_id | No | ||
| country_id | No |