POST api/Appointment_count/select_Appointment_count

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ac
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_id": "sample string 1",
  "schedule_date": "sample string 2",
  "schedule_date_end": "sample string 3",
  "option": "sample string 4"
}

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