POST api/AreaZXProjectTrain/EditZXProjectTrainUserLogLikesCount

点赞、取消点赞研修日志

Request Information

URI Parameters

None.

Body Parameters

LikesCountPutInfo
NameDescriptionTypeAdditional information
Type

integer

None.

ID

integer

None.

LogID

integer

None.

UserID

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "ID": 2,
  "LogID": 3,
  "UserID": 4,
  "CreateTime": "2026-01-26T06:13:02.5675486+08:00"
}

application/xml, text/xml

Sample:
<SearchResult.LikesCountPutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX">
  <CreateTime>2026-01-26T06:13:02.5675486+08:00</CreateTime>
  <ID>2</ID>
  <LogID>3</LogID>
  <UserID>4</UserID>
  <Type>1</Type>
</SearchResult.LikesCountPutInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.