create_additional_address
Create an additional address for a contact in Bexio. Provide contact ID and optional fields like street, city, postcode, and country to add a secondary location.
Instructions
Create 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** |