GET API/Product/LikeUnlike?action={action}&productId={productId}
Like (Or) Unlike a Product Action : Like/Unlike Required parameter(s) for Action(s): "Like" : @ProductId "Unlike" : @ProductId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
action |
Like/Unlike |
string |
Required |
productId |
Product Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.