create_unit
Add a new property unit to the system by providing its street address, city, country, and postcode, with optional fields for unit number and area.
Instructions
Create a new property unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addressLine1 | Yes | Street address line 1 | |
| addressLine2 | No | Street address line 2 (flat number, etc.) | |
| city | Yes | City or town | |
| county | No | County or province | |
| country | Yes | Country | |
| postcode | Yes | Postal / zip code | |
| area | No | Area or region label (e.g. "North Zone") |