POST api/ProductReview/UpdateProductReview
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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}
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.