rooms

Create Room Availability

post/api/room-availabilities

Request body

room_idstring uuid required

Room UUID

start_timestring date-time required

Start datetime ISO string

end_timestring date-time required

End datetime ISO string

is_availableboolean
availability_idstring uuid nullable
operator_idstring uuid nullable
appointment_idstring uuid nullable
notesstring nullable

Response

Successful Response

idstring uuid required
room_idstring uuid required
start_timestring date-time required
end_timestring date-time required
is_availableboolean required
availability_idstring uuid nullable
operator_idstring uuid nullable
appointment_idstring uuid nullable
notesstring nullable
created_atstring date-time nullable
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.