POST api/DoctorAppointmentSlot/DoctorAppointmentSlot
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objClsDoctorAppointmentSlot | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"doctor_appointment_slot_id": 1,
"doctor_schedule_id": 2,
"slot_start_time": "2025-12-06T10:04:02.9428477+05:30",
"slot_end_time": "2025-12-06T10:04:02.9428477+05:30",
"doctor_appointment_slot_status": 5,
"patient_id": "sample string 6",
"appointment_id": "sample string 7",
"Dml_Indicator": "sample string 8"
}
application/x-www-form-urlencoded
Sample: