---
title: "InsuredInformation"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/InsuredInformation"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# InsuredInformation

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    InsuredInformation:
      type: object
      properties:
        roleCode:
          type: string
        roleName:
          type: string
        roleDescription:
          type: string
        fullName:
          type: string
          description: The full name of the insured party
        firstName:
          type: string
          description: The first name of the insured party
        middleName:
          type: string
          description: The middle name of the insured party
        lastName:
          type: string
          description: The last name of the insured party
        gender:
          type: string
          description: The gender of the insured party
        cellPhone:
          type: string
        businessPhone:
          type: object
        homePhone:
          type: string
        eMailAddress:
          type: object
        preferredCommunication:
          type: string
        city:
          type: string
        stateCode:
          type: string
        state:
          type: string
        stateDescription:
          type: string
        zip:
          type: string
        dateOfBirth:
          type: string
          format: date-time
          description: The date of birth of the insured party
        sSN:
          type: string
        driverLicenseNumber:
          type: string
        driverLicenseState:
          type: string
        addressLine1:
          type: string
        addressLine2:
          type: string
        addressLine3:
          type: string
        addressLine4:
          type: object
        ssn:
          type: string
        emailAddress:
          type: object
```
