POST api/Member/SearchTest
Request Information
URI Parameters
None.
Body Parameters
BOTestList| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | integer |
None. |
|
| Result_status | integer |
None. |
|
| Msg | string |
None. |
|
| Error_message | string |
None. |
|
| Department | string |
None. |
|
| TestName | string |
None. |
|
| ShortName | string |
None. |
|
| Search_result | string |
None. |
|
| SearchText | string |
None. |
|
| TestId | integer |
None. |
|
| PathologyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": 1,
"Result_status": 2,
"Msg": "sample string 3",
"Error_message": "sample string 4",
"Department": "sample string 5",
"TestName": "sample string 6",
"ShortName": "sample string 7",
"Search_result": "sample string 8",
"SearchText": "sample string 9",
"TestId": 10,
"PathologyId": 11
}
application/xml, text/xml
Sample:
<BOTestList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <Department>sample string 5</Department> <Error_message>sample string 4</Error_message> <IsActive>1</IsActive> <Msg>sample string 3</Msg> <PathologyId>11</PathologyId> <Result_status>2</Result_status> <SearchText>sample string 9</SearchText> <Search_result>sample string 8</Search_result> <ShortName>sample string 7</ShortName> <TestId>10</TestId> <TestName>sample string 6</TestName> </BOTestList>
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.