POST api/TrendingSearch/UpdateCategoryWords

Request Information

URI Parameters

None.

Body Parameters

CategoryWords
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Names

string

None.

UpdateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "Names": "sample string 2",
  "UpdateTime": "2024-10-14 09:06:58"
}

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"
}