POST api/TrendingSearch/SaveHotWords

Request Information

URI Parameters

None.

Body Parameters

Collection of HotWords
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Keyword

string

None.

KeywordCn

string

None.

SearchCnt

integer

None.

SearchCookieCnt

integer

None.

IsBrandWord

boolean

None.

ClickRate

decimal number

None.

ExposeProdCnt

decimal number

None.

ExposeProdRiseIndex

decimal number

None.

ExposeSellerCnt

decimal number

None.

ExposeSellerRiseIndex

decimal number

None.

ListClickCnt

decimal number

None.

PayOrderCnt

decimal number

None.

SearchCntRiseIndex

decimal number

None.

SplyDemRate

decimal number

None.

StatDate

decimal number

None.

SupplyRate

string

None.

Top3Country

string

None.

TransRate

string

None.

Languages

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CategoryId": 1,
    "Keyword": "sample string 2",
    "KeywordCn": "sample string 3",
    "SearchCnt": 4,
    "SearchCookieCnt": 5,
    "IsBrandWord": true,
    "ClickRate": 7.1,
    "ExposeProdCnt": 8.1,
    "ExposeProdRiseIndex": 9.1,
    "ExposeSellerCnt": 10.1,
    "ExposeSellerRiseIndex": 11.1,
    "ListClickCnt": 12.1,
    "PayOrderCnt": 13.1,
    "SearchCntRiseIndex": 14.1,
    "SplyDemRate": 15.1,
    "StatDate": 16.1,
    "SupplyRate": "sample string 17",
    "Top3Country": "sample string 18",
    "TransRate": "sample string 19",
    "Languages": "sample string 20"
  },
  {
    "CategoryId": 1,
    "Keyword": "sample string 2",
    "KeywordCn": "sample string 3",
    "SearchCnt": 4,
    "SearchCookieCnt": 5,
    "IsBrandWord": true,
    "ClickRate": 7.1,
    "ExposeProdCnt": 8.1,
    "ExposeProdRiseIndex": 9.1,
    "ExposeSellerCnt": 10.1,
    "ExposeSellerRiseIndex": 11.1,
    "ListClickCnt": 12.1,
    "PayOrderCnt": 13.1,
    "SearchCntRiseIndex": 14.1,
    "SplyDemRate": 15.1,
    "StatDate": 16.1,
    "SupplyRate": "sample string 17",
    "Top3Country": "sample string 18",
    "TransRate": "sample string 19",
    "Languages": "sample string 20"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
Data

boolean

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": true,
  "IsSuccess": true,
  "ErrorCode": "sample string 3",
  "ErrorMessage": "sample string 4"
}