update_additional_address
Update an additional address for a Bexio contact by providing contact and address IDs, editing fields like street, city, country, and postcode.
Instructions
Edit an additional address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | No | ||
| subject | No | ||
| postcode | No | ||
| contact_id | Yes | the id of the contact | |
| country_id | No | References a [country object](#operation/v2ListCountries) | |
| description | No | ||
| street_name | No | Is required if `house_number` or `address_addition` are not **NULL** | |
| house_number | No | Requires `street_name` if the value is not **NULL** | |
| name_addition | No | ||
| address_addition | No | Requires `street_name` if the value is not **NULL** | |
| additional_address_id | Yes | the id of the additional address |