POST api/Like
Request Information
URI Parameters
None.
Body Parameters
LikeActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PostKey | string |
None. |
|
| UserKey | string |
None. |
|
| Like | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostKey": "sample string 1",
"UserKey": "sample string 2",
"Like": true
}
application/xml, text/xml
Sample:
<LikeActionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Stream.Models"> <Like>true</Like> <PostKey>sample string 1</PostKey> <UserKey>sample string 2</UserKey> </LikeActionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.