POST api/Comp/GetPatientDetail
Request Information
URI Parameters
None.
Body Parameters
PatientDetailInput| Name | Description | Type | Additional information |
|---|---|---|---|
| fdate | string |
None. |
|
| tdate | string |
None. |
|
| type | integer |
None. |
|
| Encid | integer |
None. |
|
| searchon | string |
None. |
|
| Searchvalue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fdate": "sample string 1",
"tdate": "sample string 2",
"type": 3,
"Encid": 4,
"searchon": "sample string 5",
"Searchvalue": "sample string 6"
}
application/xml, text/xml
Sample:
<PatientDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceCenterAPI.Models"> <Encid>4</Encid> <Searchvalue>sample string 6</Searchvalue> <fdate>sample string 1</fdate> <searchon>sample string 5</searchon> <tdate>sample string 2</tdate> <type>3</type> </PatientDetailInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.