/
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
/Estimates
v2
latest
OpenAPI 3.1.1
2026-08-07
854
993
2.4 MB
Estimates
post
/Estimates
Request body
CreateEstimateDto
required
clientId
string
nullable
patientId
string
nullable
appointmentId
string
nullable
notes
string
nullable
items
CreateEstimateLineItemDto[]
Response
OK
EstimateDto
required
id
string
estimateNumber
string
clientId
string
nullable
clientName
string
nullable
patientId
string
nullable
patientName
string
nullable
appointmentId
string
nullable
status
string
selectedTier
string
nullable
invoiceId
string
nullable
notes
string
nullable
createdById
string
nullable
createdByName
string
nullable
createdAt
string
date-time
updatedAt
string
date-time
items
EstimateLineItemDto[]