GET api/ProductReview/GetProductReviewByProductReviewId?CustomerId={CustomerId}&ProductId={ProductId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| ProductId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductReview| Name | Description | Type | Additional information |
|---|---|---|---|
| Product_Id | integer |
None. |
|
| Product | string |
None. |
|
| Customer_Id | integer |
None. |
|
| Customer | string |
None. |
|
| Description | string |
None. |
|
| Rating | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Product_Id": 1,
"Product": "sample string 2",
"Customer_Id": 3,
"Customer": "sample string 4",
"Description": "sample string 5",
"Rating": 6
}
application/octet-stream
Sample:
{"$id":"1","Product_Id":1,"Product":"sample string 2","Customer_Id":3,"Customer":"sample string 4","Description":"sample string 5","Rating":6}