POST api/Product/WriteReview
Documentation for 'WriteReview'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": "6dcdb9c9-fff2-4138-8082-6e49fbac90b0",
"CustomerID": "a1446481-ef14-4605-92a0-2f0d99a55fcb",
"ProductID": "96c3e4c6-89da-4491-a25a-9b3cc0d5e57e",
"Body": "sample string 4",
"OverallRating": 5.1,
"IPAddress": "sample string 6",
"OwnProduct": true,
"Created": "2026-06-06T04:24:52.839326+07:00",
"AliasName": "sample string 9",
"CustomerName": "sample string 10",
"CustomerEmail": "sample string 11",
"CreatedText": "sample string 12",
"Permalink": "sample string 13"
}
application/xml, text/xml
Sample:
<ProductReviewModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>6dcdb9c9-fff2-4138-8082-6e49fbac90b0</ID> <CustomerID>a1446481-ef14-4605-92a0-2f0d99a55fcb</CustomerID> <ProductID>96c3e4c6-89da-4491-a25a-9b3cc0d5e57e</ProductID> <Body>sample string 4</Body> <OverallRating>5.1</OverallRating> <IPAddress>sample string 6</IPAddress> <OwnProduct>true</OwnProduct> <Created>2026-06-06T04:24:52.839326+07:00</Created> <AliasName>sample string 9</AliasName> <CustomerName>sample string 10</CustomerName> <CustomerEmail>sample string 11</CustomerEmail> <CreatedText>sample string 12</CreatedText> <Permalink>sample string 13</Permalink> </ProductReviewModel>