Property address belongs to policy holder, driver, lien holder, mortgagee, etc...
Address Type
object
(Address)
Address Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
entity_number | String | Yes | House or street number | 1447 | |
street | String | Yes | Street name | Winding | |
city | String | Yes | Name of the City | Providence | |
state | String | Yes | State abbreviation | RI | |
zip | String | Yes | Zipcode | 22903 | |
country | String (Enum) | Name of the Country | Enum:USA | USA | |
raw_address | String | Yes | One-line address for convenience | 1447, Winding Way, Providence, RI 22903 |
Sample JSON
{
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
}