Lockerz Admin
posted this on December 05, 2010 07:19 pm
Vote for a photo, either up or down.
<API_Endpoint>/photos/{PhotoId}/{VoteValue}
PUT
XML, JSON
Yes
{PhotoId} - Id of a photo.
{VoteValue} - VoteType enum value.
N/A
PhotoVoteResponse
<SessionKeyOperationResponse>
<BroadcastMessage>I just voted for this photo</BroadcastMessage>
</SessionKeyOperationResponse>
{"BroadcastMessage":"I just voted for this photo "}
N/A
400 BadRequest.
10027 BadEnumValue
400 BadRequest
10006 InvalidPhotoId - {PhotoId} is not a number
N/A
curl -X PUT http://api.plixi.com/api/tpapi.svc/photos/9/ThumbsUp -u bbbb@foo2.com:password -H "TPSERVICE:Plixi"