POST api/ProductReview/UpdateProductReviewStatus
Request Information
URI Parameters
None.
Body Parameters
ProductReview| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Product_Id | integer |
None. |
|
| Product | string |
None. |
|
| Customer_Id | integer |
None. |
|
| Customer | string |
None. |
|
| Status | string |
None. |
|
| Description | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedDate | string |
None. |
|
| Rating | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Product_Id": 2,
"Product": "sample string 3",
"Customer_Id": 4,
"Customer": "sample string 5",
"Status": "sample string 6",
"Description": "sample string 7",
"CreatedDate": "sample string 8",
"UpdatedDate": "sample string 9",
"Rating": 10,
"CreatedBy": 11,
"UpdatedBy": 12
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"Product_Id":2,"Product":"sample string 3","Customer_Id":4,"Customer":"sample string 5","Status":"sample string 6","Description":"sample string 7","CreatedDate":"sample string 8","UpdatedDate":"sample string 9","Rating":10,"CreatedBy":11,"UpdatedBy":12}
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.