POST associations({associationId})/representatives({representativeId})/status({statusUpdateId})/likes

Method to post a like on a status update

Request Information

Parameters

NameDescriptionAdditional 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:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>