---
title: "Create a new case"
method: POST
path: "/Cases"
tags: ["Cases"]
---

# Create a new case

`POST /Cases`

## Request body

- CreateCaseRequest — Request to create a new case
  - `patientId` string, required
  - `clientId` string, required
  - `diagnosisType` string, required
  - `startDate` string, date-time, nullable
  - `notes` string, nullable

## Response `200`

OK

- CaseResponseDto — Response DTO for case
  - `id` string
  - `patientId` string
  - `clientId` string
  - `diagnosisType` string
  - `status` integer
  - `startDate` string, date-time
  - `endDate` string, date-time, nullable
  - `notes` string, nullable
  - `planData` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `milestones` CaseMilestoneResponseDto[]
    - `id` string
    - `caseId` string
    - `name` string
    - `status` integer
    - `type` integer
    - `completedAt` string, date-time, nullable
    - `orderIndex` union
      - integer
      - string, int32
    - `notes` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
