POST api/EMRAPI/GetSearchServices

Request Information

URI Parameters

None.

Body Parameters

GetSearchServices
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

FacilityId

integer

None.

DepartmentId

integer

None.

SubDepartmentId

string

None.

ServiceName

string

None.

SecGroupId

integer

None.

EmployeeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "DepartmentId": 3,
  "SubDepartmentId": "sample string 4",
  "ServiceName": "sample string 5",
  "SecGroupId": 6,
  "EmployeeId": 7
}

application/xml, text/xml

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.