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": "sample string 1",
  "doctor_schedule_id": "sample string 2",
  "slot_start_time": "sample string 3",
  "slot_end_time": "sample string 4",
  "doctor_appointment_slot_status": "sample string 5",
  "patient_id": "sample string 6",
  "appointment_id": "sample string 7",
  "Dml_Indicator": "sample string 8",
  "doctor_id": "sample string 9",
  "schedule_type": "sample string 10"
}

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