/
CL
clinicos
/
PawthosX.Business.API | v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
clinicos
PawthosX.Business.API | v1
post
Create a new case
v2
latest
OpenAPI 3.1.1
2026-08-07
854
993
2.4 MB
Cases
Create a new case
post
/Cases
Request body
CreateCaseRequest
required
Request to create a new case
patientId
string
required
clientId
string
required
diagnosisType
string
required
startDate
string
date-time
nullable
notes
string
nullable
Response
OK
CaseResponseDto
required
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[]