POST api/RecentlyViewedProducts/AddRecentViewProducts
Request Information
URI Parameters
None.
Body Parameters
RecentViewedProducts| Name | Description | Type | Additional information |
|---|---|---|---|
| Product_Id | integer |
None. |
|
| Product | string |
None. |
|
| User_Id | integer |
None. |
|
| User | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Product_Id": 1,
"Product": "sample string 2",
"User_Id": 3,
"User": "sample string 4"
}
application/octet-stream
Sample:
{"$id":"1","Product_Id":1,"Product":"sample string 2","User_Id":3,"User":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.