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

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

# CaseCreateRequestV2

## 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:
    IdentifierInstance:
      type: object
      description: An object representing an identifier and its corresponding value.
      properties:
        identifier:
          type: string
          description: The type of identifier.
        value:
          type: string
          description: The value of the identifier.
    CaseCreateRequestV2:
      type: object
      properties:
        correlationid:
          type: string
          description: The correlationId associated with the case.
          example: 218d8992-3783-42ac-b59a-66cbc36adaab
        source:
          type: string
          description: The source associated with the case.
          example: Zinnia.OnBase
        carrier:
          type: string
          description: The carrier associated with the case.
          example: CarrierName_1
        specversion:
          type: string
          description: The specversion associated with the case.
          example: V1
        type:
          type: string
          description: The type associated with the case.
          example: CaseCreated
        datacontenttype:
          type: string
          description: The datacontenttype associated with the case.
          example: application/json
        dataschema:
          type: string
          description: The dataschema associated with the case.
          example: jsondata
        subject:
          type: string
          description: The subject associated with the case.
          example: subject
        sourcelocator:
          type: string
          description: The sourcelocator associated with the case.
          example: sourcelocator
        data:
          type: string
          description: The data associated with the case.
          example: '[{"clientCode":"CarrierName_1","documentHandle":"206426781","documentType":"Incoming
            Transfer","documentNumber":"20240801-EM-426781","caseId":"156779803","caseStatus":"CP
            -
            New","contractNumber":"","caseCreatedOn":"2024-08-01T15:57:18-05:00","caseUpdatedOn":"2024-08-01T15:57:18-05:00","transactionType":"INCOMING
            TRANSFER","processType":"New
            Business","batchID":"13326094","productName":"CarrierName_1MUTUAL
            STABLE
            VOYAGE","correlationId":"e18d8992-3783-42ac-b59a-66cbc36adaab"}]'
        dataBase64:
          type: string
          description: The dataBase64 associated with the case.
          example: jsondata
        identifiers:
          type: array
          description: A list of identifiers associated with the case.
          items:
            $ref: "#/components/schemas/IdentifierInstance"
```
