Address

Address Type

object (Address)

Address Properties

PropertyTypeRequiredNullable
entity_numberstringOptionalcan be null
streetstringOptionalcan be null
citystringOptionalcannot be null
statestringOptionalcannot be null
zipstringRequiredcannot be null
countrystringRequiredcannot be null
raw_addressstringOptionalcan be null

Sample JSON

{
  "entity_number": "1447",
  "street": "Winding",
  "city": "Providence",
  "state": "RI",
  "zip": "22903",
  "country": "USA",
  "raw_address": "1447, Winding Way, Providence, RI 22903"
}