---
title: "Illustrations"
url: "https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7/schemas/Illustrations"
---

> Full API specification: https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7.md

# Illustrations

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business Annuity API
  version: 0.7.0
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:
    Illustrations:
      type: object
      additionalProperties: false
      properties:
        quoteId:
          type: string
          description: Unique identifier assigned to a quote for tracking and reference
            purposes.
        solicitationState:
          type: string
          description: State in which the product solicitation occurred.
        solicitationDate:
          type: string
          format: date
          description: Date on which the product was solicited or offered to the customer
        quoteStartDate:
          type: string
          format: date
          description: Date on which the quoted rates or terms become effective
        quoteEndDate:
          type: string
          format: date
          description: Date on which the quoted rates or terms ends
```
