availability-legacy
Create Availability
post/api/availabilities
Request body
slot_datetimestring required
Slot datetime ISO
operator_idstring nullable
Operator UUID
duration_minutesinteger
Slot duration in minutes
appointment_idstring nullable
Appointment UUID
location_typestring nullable
Location type
expert_in_personboolean nullable
Whether the expert must be physically in person
clinic_location_idstring nullable
Clinic location UUID
room_availability_idstring nullable
Room availability UUID
Response
Successful Response
idstring uuid required
Availability UUID
created_atstring date-time nullable
Creation timestamp
last_time_updatedstring date-time nullable
Last update timestamp
slot_datetimestring date-time nullable
Slot datetime
operator_idstring uuid nullable
Operator UUID
appointment_idstring uuid nullable
Appointment UUID
duration_minutesinteger nullable
Slot duration in minutes
patient_in_booking_idstring uuid nullable
Patient booking UUID
blocked_untilstring date-time nullable
Lock expiration datetime
statusstring nullable
Availability status
is_blockedboolean nullable
Whether slot is blocked
location_typestring nullable
Location type
expert_in_personboolean nullable
Whether the expert must be physically in person
clinic_location_idstring uuid nullable
Clinic location UUID
room_availability_idstring uuid nullable
Room availability UUID
Changes
No recorded changes to this endpoint across all 1 revision of this API.