POST api/DoctorAppointmentSlot/DoctorAppointmentSlot

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2026-01-17T20:29:10.2392957+05:30",
  "slot_end_time": "2026-01-17T20:29:10.2392957+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:

Sample not available.