Digitail API
Appointments

Create an Appointment

1min
POST
https://developer.digitail.io/api/v1/appointments
Sandbox server (uses test data)

Permissions needed: CREATE_APPOINTMENTS Create Appointment Start Date and End Date is set as is format(2022-10-20 10:09:00), no alterations are done, so queries will return the exact date and time that was set. - Status enum is visible under the appointments change status method - record_id, room_id and examination_id must be set as null if not used.

Authentication
Bearer
Query Parameters
include
Body Parameters
body
*
Description
Appointment Create/Update Request Body
clinic_id
vet_id
date
patient_id
service_id
notify_owner
notify_owner_mode
observations
status
notification_message
reminder_notifications
record_id
room_id
examination_id
printable_file_ids
video_link
end_date
service_package_ids
user_note
recurrence
source
requires_payment_deposit
Responses
200
successful operation
data
400
The request was invalid or contained data that was not allowed.
message