Permissions needed: CREATE_CHECKUPS
Create a new Record.
post/api/v1/records
Request body
clinic_idinteger
Clinic Id.
vet_idinteger
Clinic Id.
pet_idinteger
Pet Id.
appointment_idinteger nullable
Appointment Id.
template_idinteger nullable
Template Id.
internal_notesstring nullable
Internal notes visible only to clinic staff members.
diagnosisstring nullable
Diagnosis.
presumptive_diagnosisstring nullable
Presumptive Diagnosis.
treatmentstring nullable
Treatment.
recommendationsstring nullable
Recommendations.
template_default'general' | 'refill' nullable
Optional category of default record template to apply when template_id is not provided. When omitted, the general default template (if any) is applied. Pass null to skip default-template lookup entirely.