POST Product/product_rating_comment_add
This is for add product rating comment add
Request Information
URI Parameters
None.
Body Parameters
ProductRatingAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
Required |
|
| cust_name | string |
Required |
|
| order_no | integer |
Required |
|
| product_id | integer |
Required |
|
| rating_star | integer |
None. |
|
| product_comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cust_id": 1,
"cust_name": "sample string 2",
"order_no": 3,
"product_id": 4,
"rating_star": 5,
"product_comment": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |