Life Insurance

The Policyholder data for Life Insurance

See below the data available for the policy_holder at quotes:

Parameter
first_name-
last_name-
cpfBrazilian’s document of “CPF”
rgBrazilian’s document of “RG”
gender-
birth_dateBirthdate as yyyy-mm-dd
marital_status-
occupation_code-
occupation_name-
income_monthlyAmount in cents for monthly income
income_yearlyAmount in cents for yearly income
is_foreign-
is_politically_exposed-
contactContact data for this Policyholder
contact.email-
contact.phone-
addressAddress data for this Policyholder
address.zip_code-
address.city_name-
address.district_name-
address.state_codeState code as two letters only
address.street_name-
address.number-
address.complement-
The policy holder gender can be:
One Of
male, female
The policy holder marital status can be:
One Of
single, married, divorced, widowed
{
  "first_name": "string",
  "last_name": "string",
  "cpf": "string",
  "rg": "string",
  "gender": "string",
  "birth_date": "string",
  "marital_status": "string",
  "occupation_code": "string",
  "occupation_name": "string",
  "income_monthly": 0,
  "income_yearly": 0,
  "is_foreign": true,
  "is_politically_exposed": true,
  "contact": {
    "email": "string",
    "phone": "string"
  },
  "address": {
    "zip_code": "string",
    "city_name": "string",
    "district_name": "string",
    "state_code": "string",
    "street_name": "string",
    "number": "string",
    "complement": "string"
  }
}