Digitail API
Appointments
Create an Appointment
1min
POST
https://developer.digitail.io/api/v1/appointments
Sandbox server (uses test data)
Authentication
Bearer
http
Body Parameters
body
object
*
Description
Appointment Create/Update Request Body
clinic_id
integer
vet_id
integer
date
string
patient_id
integer
service_id
integer
notify_owner
integer
observations
string
status
integer
notification_message
string
reminder_notifications
items[]
record_id
integer
room_id
integer
examination_id
integer
printable_file_ids
integer[]
video_link
string
end_date
string
service_package_ids
integer[]
user_note
string
Responses
200
The action was successful but there is no content to return.
400
The request was invalid or contained data that was not allowed.
object
message
string
Updated 12 Apr 2024
Did this page help you?