POST api/News/SaveLike/{Culture}/{NewsID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Culture

string

Required

NewsID

string

Required

Body Parameters

boolean

Request Formats

application/json, text/json

Sample:
true

Response Information

Resource Description

ServiceResponseOfLikeResponse
NameDescriptionTypeAdditional information
Data

LikeResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "LikeCount": 1,
    "IsLiked": true
  }
}