POST api/Search/saveKeyWord
更新关键词点击数
Request Information
URI Parameters
None.
Body Parameters
KeywordModelName | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
Score | decimal number |
None. |
|
type | integer |
None. |
|
Sort | integer |
None. |
|
Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Keyword": "sample string 1", "Score": 1.1, "type": 2, "Sort": 3, "Status": 4 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
更新关键词点击数
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.