Other Policy Type
object
(Other Policy)
Other 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 |
documents | object | Required | No |
policy_discount | object | Optional | No |
Sample JSON
{
"carrier": "farmers",
"fz_policy_number": "po_c48b28560c8d434d",
"policy_type": "Umbrella",
"policy_product_title": "Umbrella",
"policy_number": "#60684-46-84",
"policy_start_date": "2023-05-03",
"policy_end_date": "2024-05-03",
"policy_status": "Active",
"policy_premium": 462.96,
"policy_monthly_premium": 38.58,
"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": "2023-06-08",
"name": "Declaration Page",
"document_url": "https://documents.getfize.com/demo/farmers/umbrella/dec-page.pdf"
}
],
"other_documents": []
},
"policy_discount": {
"total_discount": 120,
"monthly_total_discount": 10,
"discounts": [
{
"discount_type": "Age Discount + 50",
"discount": 5,
"monthly_discount": 10
},
{
"discount_type": "Save Driving Discount",
"discount": 5,
"monthly_discount": 10
}
]
}
}