BookAppointmentRequest
Type: object
Request body for booking a new appointment.
Fields
| Name | Type | Description | Source |
|---|---|---|---|
PatientId |
string (uuid) | The patient booking the appointment | - |
ProviderId |
string (uuid) | The healthcare provider for the appointment | - |
AppointmentType |
string | Type of appointment (e.g., Consultation, FollowUp, Procedure) | - |
ScheduledTime |
string (date-time) | Requested date and time for the appointment | - |
Duration |
integer (int32) | Requested duration in minutes | - |