Auto Policy Type
object
(Auto Policy)
Auto 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 (Auto Policy Detail) | Merged | Optional | No |
documents | object | Required | No |
policy_discount | object | Optional | No |
Sample JSON
{
"carrier": "travelers",
"fz_policy_number": "po_2c667b0ef713413c",
"policy_type": "Auto",
"policy_product_title": null,
"policy_number": "7224J016371",
"policy_start_date": "2021-01-01",
"policy_end_date": "2021-07-01",
"policy_status": "Inactive",
"policy_premium": null,
"policy_monthly_premium": 39,
"policy_term_months": 6,
"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": {
"id_cards": [
{
"creation_date": null,
"name": "Id Card",
"document_url": "https://documents.getfize.com/demo/travelers/auto/id-card.pdf"
}
],
"declaration_pages": [
{
"creation_date": null,
"name": "Declaration Page",
"document_url": "https://documents.getfize.com/demo/travelers/auto/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": {
"drivers": [
{
"driver_name": "Fize Demo User",
"driver_email": "[email protected]",
"driver_address": "1447, Winding Way, Providence, RI 22903",
"driver_state": "RI",
"driver_zip": "22903",
"driver_phone": "1234567890",
"driver_gender": "Male",
"driver_marital_status": "Married",
"driver_birth_date": "1980-10-21",
"driver_age": 42,
"driver_relation": "self",
"driver_education": "engineer",
"driver_occupation": "job",
"driver_full_time_student": "No",
"driver_license_number": "6040690",
"driver_license_issuing_state": "Rhode Island",
"driver_license_status": "Active",
"driver_status": "Active"
}
]
}
}