Home Policy Type
object
(Home Policy)
Home Policy Properties
Property | Type | Required | Nullable |
---|---|---|---|
carrier | string | Required | No |
fz_policy_number | string | Optional | No |
policy_type | string | Required | No |
policy_product_title | string | Required | Yes |
policy_number | string | Required | No |
policy_start_date | string | Optional | Yes |
policy_end_date | string | Optional | Yes |
policy_status (Policy Status ) | Enum | Required | No |
policy_monthly_premium | number | Required | Yes |
policy_premium | number | Required | Yes |
policy_term_months | number | Optional | Yes |
policy_holder_name | string | Optional | cannot be null |
policy_holder_birth_date | string | Optional | cannot be null |
policy_holder_age | number | Optional | cannot be null |
policy_holder_email | string | Optional | cannot be null |
policy_holder_phone | string | Optional | cannot be null |
policy_holder_address | string | Optional | cannot be null |
policy_holder_zip | string | Optional | cannot be null |
policy_holder_state | string | Optional | cannot be null |
policy_detail (Home Policy Detail) | Merged | Optional | No |
documents | object | Required | No |
policy_discount | object | Optional | No |
Sample JSON
{
"carrier": "travelers",
"fz_policy_number": "po_2e27da3d64464ac9",
"policy_type": "Home",
"policy_product_title": null,
"policy_number": "P1234",
"policy_start_date": "2021-01-01",
"policy_end_date": "2022-01-01",
"policy_status": "Inactive",
"policy_premium": null,
"policy_monthly_premium": 25,
"policy_term_months": 12,
"policy_holder_name": "Fize Demo User",
"policy_holder_birth_date": "1980-10-21",
"policy_holder_age": 42,
"policy_holder_email": "[email protected]",
"policy_holder_phone": "1234567890",
"policy_holder_address": "1447, Winding Way, Providence, RI 22903",
"policy_holder_zip": "22903",
"policy_holder_state": "RI",
"documents": {
"declaration_pages": [
{
"creation_date": null,
"name": "Declaration Page",
"document_url": "https://documents.getfize.com/demo/travelers/home/dec-page.pdf"
}
],
"other_documents": []
},
"policy_discount": {
"total_discount": null,
"monthly_total_discount": 404,
"discounts": [
{
"discount_type": "California Good Drive",
"discount": null,
"monthly_discount": 30
}
]
},
"policy_detail": {
"property_info": {
"mortgagee": [
{
"company": "PRIVATE LABEL-Santander Consumer USA Inc",
"address": "1447, Winding Way, Providence, RI 22903",
"zip": "22903",
"state": "RI",
"loan_number": "LN45656",
"financing_type": "finance"
}
],
"property_address": "1447, Winding Way, Providence, RI 22903",
"property_zip": "22903",
"property_state": "RI",
"loan_number": "LN45656",
"family_count": 1,
"year_built": 2010,
"stories_count": 2,
"bathrooms_count": 1,
"square_footage": 4000,
"basement_included": "No",
"garage_size": 500,
"garage_type": "Attached",
"construction": "Frame",
"siding": "Stucco",
"roof_type": "Asphalt-Fiberglass",
"roof_age_year": 10,
"foundation": "Basement",
"finished_basement_percentage": 100,
"employee_count": 0
}
}
}