POST api/Tools/GetSearchTheSiteListAsync
Request Information
URI Parameters
None.
Body Parameters
SearchTheSiteRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| searchTheSiteInfo | SearchTheSiteInfo |
None. |
|
| searchSiteInput | SearchSiteInput |
None. |
|
| dbConst | string |
None. |
|
| UserDBConst | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| token | string |
None. |
|
| clientCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"searchTheSiteInfo": {
"InsuCateCode": 1,
"InsuCateName": "sample string 2",
"Code": 3,
"Heading": "sample string 4",
"ShowNew": 5,
"InfoType": 6
},
"searchSiteInput": {
"Keyword": "sample string 1",
"chkArticle": 2,
"chkFAQ": 3,
"chkNews": 4
},
"dbConst": "sample string 1",
"UserDBConst": "sample string 2",
"userId": "sample string 3",
"password": "sample string 4",
"token": "sample string 5",
"clientCode": 6
}
application/xml, text/xml
Sample:
<SearchTheSiteRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
<UserDBConst>sample string 2</UserDBConst>
<clientCode>6</clientCode>
<dbConst>sample string 1</dbConst>
<password>sample string 4</password>
<token>sample string 5</token>
<userId>sample string 3</userId>
<searchSiteInput>
<Keyword>sample string 1</Keyword>
<chkArticle>2</chkArticle>
<chkFAQ>3</chkFAQ>
<chkNews>4</chkNews>
</searchSiteInput>
<searchTheSiteInfo>
<Code>3</Code>
<Heading>sample string 4</Heading>
<InfoType>6</InfoType>
<InsuCateCode>1</InsuCateCode>
<InsuCateName>sample string 2</InsuCateName>
<ShowNew>5</ShowNew>
</searchTheSiteInfo>
</SearchTheSiteRequestInfo>
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.