Skip to content

AppointmentRequestStatus

The status of an appointment request

Used By

Definition

"""
The status of an appointment request
"""
enum AppointmentRequestStatus {
"""
Request is active and available for booking appointments
"""
OPEN
"""
Request has been closed and is no longer active
"""
CLOSED
}