POST api/EMRAPI/PopulateInvestigationSetUserWise
Request Information
URI Parameters
None.
Body Parameters
PopulateInvestigationSetUserWise| Name | Description | Type | Additional information |
|---|---|---|---|
| HospitalLocationId | integer |
None. |
|
| Employeeid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HospitalLocationId": 1,
"Employeeid": 2
}
application/xml, text/xml
Sample:
<PopulateInvestigationSetUserWise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <Employeeid>2</Employeeid> <HospitalLocationId>1</HospitalLocationId> </PopulateInvestigationSetUserWise>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.