POST api/News/SaveLike/{Culture}/{NewsID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Culture | string |
Required |
|
| NewsID | string |
Required |
Body Parameters
booleanRequest Formats
application/json, text/json
Sample:
true
Response Information
Resource Description
ServiceResponseOfLikeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | LikeResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"LikeCount": 1,
"IsLiked": true
}
}