AddressValidationInput_v1
Field | Type | Required | Description |
---|---|---|---|
street | String | Yes | The street address to be validated. |
housenumber | String | No | The primary house number of the address. |
housenumberAddition | String | No | Additional details for the house number (e.g., unit or suite). |
postalCode | String | No | The postal or ZIP code for the address. |
city | String | No | The city where the address is located. |
state | String | No | The state or region of the address. |
country | String | Yes | The country code or name for the address. |
latitude | String | No | The latitude coordinate, used for geocoding if provided. |
longitude | String | No | The longitude coordinate, used for geocoding if provided. |
note | String | No | A custom note for logging or reference purposes. |
addressOptions | AddressOptions_v1 | No | Customization options for address parsing and validation. |
convertToSuggestionStatus | Boolean | No | Flag to indicate if the result should be converted to suggestion status. |
Updated 27 days ago