v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
ScheduleItems

Update an existing schedule item

put/ScheduleItems/{id}

Path parameters

idstring required

Request body

titlestring nullable
startTimestring date-time nullable
endTimestring date-time nullable
descriptionstring nullable
typestring nullable
locationIdstring nullable
assignedToIdstring nullable
customAttributesstring nullable
isRecurringboolean 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"
    }
  }
}