GET associations({associationId})/representatives({representativeId})/status({statusUpdateId})/likes
Method to post a like on a status update
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
associationId | No documentation available. |
Define this parameter in the request URI. |
statusUpdateId | Update that the representative likes |
Define this parameter in the request URI. |
representativeId | Representative that likes the update |
Define this parameter in the request URI. |
Response Information
True if successful
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "StatusUpdateId": 2, "RepresentativeId": 3 }
application/xml, text/xml
Sample:
<StatusUpdateLikeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <Id>1</Id> <RepresentativeId>3</RepresentativeId> <StatusUpdateId>2</StatusUpdateId> </StatusUpdateLikeResource>