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": "sample string 1",
  "doctor_id": "sample string 2",
  "hospital_id": "sample string 3",
  "schedule_date": "sample string 4",
  "from_time": "sample string 5",
  "to_time": "sample string 6",
  "per_patient_time": "sample string 7",
  "Dml_Indicator": "sample string 8",
  "fromtime": "sample string 9",
  "totime": "sample string 10",
  "schedule_status": "sample string 11",
  "doctor_appointment_slot_status": "sample string 12",
  "Rschedule_date": "sample string 13",
  "sschedule_date": "sample string 14",
  "doctor_schedule_type": "sample string 15",
  "appointment_flag": "sample string 16",
  "user_created_by": "sample string 17",
  "appointment_type": "sample string 18",
  "appointment_slot_id": "sample string 19",
  "is_appointment_available": "sample string 20",
  "schedule_type": 21,
  "department_id": 22,
  "sub_department_id": 23,
  "branch_id": "sample string 24",
  "master_service_id": 25
}

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'.