Address

Property address belongs to policy holder, driver, lien holder, mortgagee, etc...

Address Type

object (Address)

Address Properties

FieldTypeNullableDescriptionPropertiesExample
entity_numberStringYesHouse or
street number
1447
streetStringYesStreet nameWinding
cityStringYesName of the CityProvidence
stateStringYesState abbreviationRI
zipStringYesZipcode22903
countryString (Enum)Name of the
Country
Enum:
USA
USA
raw_addressStringYesOne-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"
}