POST api/Search/saveKeyWord

更新关键词点击数

Request Information

URI Parameters

None.

Body Parameters

KeywordModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'KeywordModel'.

Response Information

Resource Description

更新关键词点击数

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.