POST api/DoctorSchedule/DoctorSchedule

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorSchedule
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_schedule_id": 1,
  "doctor_id": "sample string 2",
  "hospital_id": "sample string 3",
  "schedule_date": "sample string 4",
  "from_time": "2025-12-06T09:57:59.8395439+05:30",
  "to_time": "2025-12-06T09:57:59.8395439+05:30",
  "per_patient_time": 7,
  "Dml_Indicator": "sample string 8",
  "schedule_status": 9,
  "doctor_appointment_slot_status": "sample string 10",
  "Rschedule_date": "sample string 11",
  "doctor_schedule_type": "sample string 12",
  "appointment_flag": "sample string 13",
  "user_created_by": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsDoctorSchedule'.