POST api/Doctor/GetPerformaingServices

Request Information

URI Parameters

None.

Body Parameters

GetPerformaingServices
NameDescriptionTypeAdditional information
HospitalLocationId

integer

Required

FacilityId

integer

Required

EmployeeTypeId

integer

None.

EmployeeId

integer

None.

TheatreId

integer

None.

WeekDayId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "EmployeeTypeId": 3,
  "EmployeeId": 4,
  "TheatreId": 5,
  "WeekDayId": 6
}

application/xml, text/xml

Sample:
<GetPerformaingServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <EmployeeId>4</EmployeeId>
  <EmployeeTypeId>3</EmployeeTypeId>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>1</HospitalLocationId>
  <TheatreId>5</TheatreId>
  <WeekDayId>6</WeekDayId>
</GetPerformaingServices>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.