Appointments
Update an Appointment
Permissions needed: EDIT_APPOINTMENTS Update a singular a appointment. Cant do partial updates of resource
put/api/v1/appointments/{id}
Query parameters
includestring
Additional info to include. You can use multiple, comma separated. Options: patient,patient.species,patient.breed,patient.crossBreed,patient.owners,patient.owners.appDownloadNotification,patient.owners.clients,room,event, clinic,clinic.rooms,vet,vet.vetRolesAll,requests,notes,visitType
Parameters
#/paths/~1api~1v1~1sales/delete/parameters/0 — unresolved $ref
Request body
Example request
{
"clinic_id": 1,
"vet_id": 1,
"patient_id": 1,
"visit_type_id": 1,
"datetime_start_utc": "2022-06-16T13:42:38Z",
"datetime_end_utc": "2022-06-16T14:42:38Z",
"status": 1,
"reminder_notifications": [
{
"id": 1,
"period": 1,
"periodType": 0,
"notificationType": 0
},
{
"id": 2,
"period": 1,
"periodType": 1,
"notificationType": 0
}
],
"printable_file_ids": [
1,
2
],
"user_note": "Daisy has not been feeling well",
"recurrence": "FREQ=DAILY;COUNT=10",
"drop_off": {
"time": "09:00",
"vet_id": 1
}
}Response
successful operation