POST api/HotKeyWord/add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
keyword
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "HotKeyWordId": "c2554640-d847-420d-8e20-921f6ff61689",
  "KeyWordType": 2,
  "KeyWord": "sample string 3",
  "SearchTimes": 4,
  "LinkUrl": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}