POST api/Doctor/GetServices

Request Information

URI Parameters

None.

Body Parameters

GetSearchServices
NameDescriptionTypeAdditional information
ServiceId

integer

Required

FacilityId

integer

Required

HospitalLocationId

integer

None.

ServiceName

string

None.

LabType

string

None.

DepartmentId

integer

None.

SubDeptId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "FacilityId": 2,
  "HospitalLocationId": 3,
  "ServiceName": "sample string 4",
  "LabType": "sample string 5",
  "DepartmentId": 6,
  "SubDeptId": 7
}

application/xml, text/xml

Sample:
<GetSearchServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <DepartmentId>6</DepartmentId>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>3</HospitalLocationId>
  <LabType>sample string 5</LabType>
  <ServiceId>1</ServiceId>
  <ServiceName>sample string 4</ServiceName>
  <SubDeptId>7</SubDeptId>
</GetSearchServices>

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.