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

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

# SuitabilityDetails

## 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:
    SuitabilityDetails:
      type: object
      properties:
        suitabiltyQuestion:
          type: string
          example: Suitability question
        suitabilityStatus:
          type: string
          example: Accepted
        followUpDate:
          type: string
          example: 2/17/2024 12:00:00 AM
        notes:
          type: array
          items:
            type: object
            properties:
              submissionDate:
                type: string
                example: 2/16/2024 2:19:16 AM
              commentCategory:
                type: string
                example: 1st Call Out Successful
              commentSubCategory:
                type: string
                example: Ceding Carrier will not Release Info
              commentDetail:
                type: string
                example: Contact Agent
              comment:
                type: string
                example: task note updated
              description:
                type: string
                example: task note updated
              createdDate:
                type: string
                example: 2/16/2024 02:19:16 AM
              createBy:
                type: string
                example: SBDQ36
              noteId:
                type: integer
                format: int32
                example: 9651167
```
