v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
ScheduleItems

Update a recurring series (affects the master item and all future occurrences).

put/ScheduleItems/{id}/series

Path parameters

idstring required

Request body

titlestring nullable
startTimeOfDaystring nullable
durationstring nullable
descriptionstring nullable
locationIdstring nullable
assignedToIdstring nullable

Response

OK

idstring
titlestring
startTimestring date-time
endTimestring date-time
descriptionstring nullable
typestring
locationIdstring
assignedToIdstring nullable
customAttributesstring nullable
createdAtstring date-time
updatedAtstring date-time
createdByIdstring nullable
createdBySourcestring nullable
hasAppointmentboolean
isRecurringboolean
recurrenceRulestring nullable
recurrenceEndDatestring date-time nullable
isExceptionboolean
parentScheduleItemIdstring nullable
isRecurrenceInstanceboolean
originalStartTimestring date-time nullable

Example response

{
  "appointment": {
    "patient": {
      "species": "Cat",
      "breed": "Siamese",
      "sex": "Male"
    }
  }
}