Policy Holder

Policy Holder Type

object (Policy Holder)

Policy Holder Properties

PropertyTypeRequiredNullable
first_namestringOptionalcannot be null
last_namestringOptionalcannot be null
middle_namestringOptionalcannot be null
full_namestringOptionalcannot be null
birth_datestringOptionalcannot be null
agenumberOptionalcannot be null
emailstringOptionalcannot be null
addressobjectOptionalcannot be null
phonestringOptionalcannot be null

Sample JSON

{
  "first_name": "Fize",
  "last_name": "User",
  "middle_name": "Demo",
  "full_name": "Fize Demo User",
  "birth_date": "1980-10-21",
  "age": 42,
  "email": "[email protected]",
  "address": {
    "entity_number": "1447",
    "street": "Winding",
    "city": "Providence",
    "state": "RI",
    "zip": "22903",
    "country": "USA",
    "raw_address": "1447, Winding Way, Providence, RI 22903"
  },
  "phone": "1234567890"
}