POST api/TrendingSearch/SaveSoarWords
Request Information
URI Parameters
None.
Body Parameters
Collection of SoarWords| Name | Description | Type | Additional information | 
|---|---|---|---|
| CategoryId | integer | None. | |
| Keyword | string | None. | |
| KeywordCn | string | None. | |
| SearchCnt | integer | None. | |
| IsBrandWord | boolean | None. | |
| ExposeProdCnt | integer | None. | |
| ExposeProdRate | decimal number | None. | |
| ExposeSellerCnt | decimal number | None. | |
| ExposeSellerRate | decimal number | None. | |
| SearchCntRiseIndex | decimal number | None. | |
| StatDate | decimal number | None. | |
| Languages | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
[
  {
    "CategoryId": 1,
    "Keyword": "sample string 2",
    "KeywordCn": "sample string 3",
    "SearchCnt": 4,
    "IsBrandWord": true,
    "ExposeProdCnt": 6,
    "ExposeProdRate": 7.1,
    "ExposeSellerCnt": 8.1,
    "ExposeSellerRate": 9.1,
    "SearchCntRiseIndex": 10.1,
    "StatDate": 11.1,
    "Languages": "sample string 12"
  },
  {
    "CategoryId": 1,
    "Keyword": "sample string 2",
    "KeywordCn": "sample string 3",
    "SearchCnt": 4,
    "IsBrandWord": true,
    "ExposeProdCnt": 6,
    "ExposeProdRate": 7.1,
    "ExposeSellerCnt": 8.1,
    "ExposeSellerRate": 9.1,
    "SearchCntRiseIndex": 10.1,
    "StatDate": 11.1,
    "Languages": "sample string 12"
  }
]
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
ResponseOfBoolean| Name | Description | Type | Additional 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"
}