---
title: "QuoteQuestions"
url: "https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e/schemas/QuoteQuestions"
---

> Full API specification: https://developers.zinnia.com/apis/new-business/versions/b8532e16-b28e-4393-9305-def50b91e40e.md

# QuoteQuestions

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business API.
  version: 0.9.8
servers:
  - url: https://qa.api.zinnia.io
    description: QA Environment
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://uat.api.zinnia.io
    description: UAT Environment
  - url: https://api.zinnia.io
    description: PROD Environment
components:
  schemas:
    QuoteQuestions:
      type: object
      properties:
        id:
          type: string
          description: Index number of the question
          example: "1"
        code:
          type: string
          enum:
            - RelationshipStatus
            - ChildrenStatus
            - FinanceSavvy
            - MoneyRelation
            - FundsUsage
            - FamilyUsage
          description: RelationshipStatus
          example: FinanceSavvy
        description:
          type: array
          items:
            type: string
            enum:
              - Single
              - Future
              - Engaged
              - Recently Married
              - Married
              - None
              - Plan To
              - Trying
              - Pregnant
              - Yes-Plus
              - Yes-Complete
              - Novice
              - Student
              - Hobbyist
              - Expert
              - Adventurer
              - Individualist
              - Moderate
              - Planner
              - Saver
              - Retirement Hedge
              - Early Retirement
              - Retirement Supplement
              - Fund a Large Expense
              - College Savings
              - Disability Income
              - Small Business Venture
              - Build Wealth
              - Other
              - Nest Egg
              - Protect Co-signers
              - Pay Off Debts
              - Fund College
              - Cover Expenses
              - Maintain Quality Of Life
              - Support Additional Family
              - Funeral Expenses
              - Support Family
              - Undecided
              - Help With Illness
          description: Response details
```
