v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
ScheduleItems

Update a single instance of a recurring schedule item. Creates an exception record that overrides the specific occurrence.

put/ScheduleItems/{id}/instance

Path parameters

idstring required

Request body

originalStartTimestring date-time required
titlestring nullable
startTimestring date-time nullable
endTimestring date-time nullable
descriptionstring nullable
locationIdstring nullable
assignedToIdstring nullable
isCancelledboolean

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"
    }
  }
}