---
title: "FormData"
url: "https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5/schemas/FormData"
---

> Full API specification: https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5.md

# FormData

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Case Management API
  version: 1.0.0
servers:
  - url: https://dev.api.zinnia.io/
    description: Dev Environment
  - url: https://qa.api.zinnia.io/
    description: QA Environment
  - url: https://uat.api.zinnia.io/
    description: UAT Environment
  - url: https://api.zinnia.io/
    description: PROD Environment
components:
  schemas:
    MetaData:
      type: object
      properties:
        formId:
          type: integer
          example: 37825
        formNumber:
          type: string
          example: ""
        formType:
          type: string
          example: ANNUITY CONTRACT DIGITAL WD V1
    FormData:
      type: object
      properties:
        formExtName:
          type: string
          example: ANNUITY CONTRACT DIGITAL WD V1
        metaData:
          type: object
          oneOf:
            - $ref: "#/components/schemas/MetaData"
```
