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

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

# OwnerInformation

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    OwnerInformation:
      type: object
      properties:
        type:
          type: string
        suffix:
          type: object
          description: The suffix of the owner party name
        relationshiptoInsured:
          type: string
          description: The type of relationship to the owner
        roleCode:
          type: string
        roleName:
          type: string
        roleDescription:
          type: string
        fullName:
          type: string
          description: The full name of the owner party
        firstName:
          type: string
          description: The first name of the owner party
        middleName:
          type: string
          description: The middle name of the owner party
        lastName:
          type: string
          description: The last name of the owner party
        gender:
          type: string
          description: The gender of the owner 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
          description: The date of birth of the owner
          format: date-time
        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
```
