rooms
Create Room
post/api/rooms
Request body
namestring required
Room name
clinic_location_idstring uuid nullable
Clinic location UUID
descriptionstring nullable
Room description
room_type'STANDARD' | 'NUTRITION'
Room type constants.
capacityinteger nullable
Room capacity
is_activeboolean nullable
Whether the room is active
Response
Successful Response
idstring uuid required
Room UUID
clinic_location_idstring uuid required
Clinic location UUID
namestring required
Room name
descriptionstring nullable
Room description
room_type'STANDARD' | 'NUTRITION'
Room type constants.
capacityinteger
Room capacity
is_activeboolean required
Whether the room is active
created_atstring date-time nullable
Creation timestamp
updated_atstring date-time nullable
Last update timestamp