POST api/Honor/SetUserHonorShowOrHide

Request Information

URI Parameters

None.

Body Parameters

SetUserHonorShowOrHideParam
NameDescriptionTypeAdditional information
userHonorId

string

None.

IsShow

boolean

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userHonorId": "sample string 1",
  "isShow": true,
  "userId": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Status

ReturnCode

None.

Message

string

None.

Server_time

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 200,
  "message": "sample string 1",
  "server_time": 2,
  "data": {}
}