POST api/PatientApp/MobGetDoctorWiseSlot

Request Information

URI Parameters

None.

Body Parameters

AppointmentListJSON
NameDescriptionTypeAdditional information
AppointmentDate

string

None.

FacilityID

integer

None.

DoctorId

integer

None.

IsTeleConsultation

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AppointmentDate": "sample string 1",
  "FacilityID": 2,
  "DoctorId": 3,
  "IsTeleConsultation": true
}

application/xml, text/xml

Sample:
<AppointmentListJSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <AppointmentDate>sample string 1</AppointmentDate>
  <DoctorId>3</DoctorId>
  <FacilityID>2</FacilityID>
  <IsTeleConsultation>true</IsTeleConsultation>
</AppointmentListJSON>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.