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

NameDescriptionTypeAdditional information
action

Like/Unlike

string

Required

productId

Product Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.