POST V2/ProductComment/SaveComments
Request Information
URI Parameters
None.
Body Parameters
ProductCommentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| comments | Collection of ProductComment |
None. |
Request Formats
application/json, text/json
Sample:
{
"comments": [
{
"Id": "786b809f-4f86-4d7d-8c32-fa5e353f98e6",
"OrderId": 2,
"Sku": "sample string 3",
"ProductImg": "sample string 4",
"CommentImages": [
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ReplyImages": [
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ProductName": "sample string 5",
"ShopperId": "sample string 6",
"ShopperName": "sample string 7",
"Subject": "sample string 8",
"Content": "sample string 9",
"ReplyId": 10,
"ReplyContent": "sample string 11",
"CommentDate": "2026-08-17 11:54:33",
"CommentDateString": "sample string 12",
"Sorce": 13.0,
"IsShow": true,
"IsDelete": true
},
{
"Id": "786b809f-4f86-4d7d-8c32-fa5e353f98e6",
"OrderId": 2,
"Sku": "sample string 3",
"ProductImg": "sample string 4",
"CommentImages": [
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ReplyImages": [
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "7dfe1811-993a-4a26-bfcd-369438c057e6",
"CommentId": "6bdccad9-3fed-40f7-9b1c-66c282dd76f7",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ProductName": "sample string 5",
"ShopperId": "sample string 6",
"ShopperName": "sample string 7",
"Subject": "sample string 8",
"Content": "sample string 9",
"ReplyId": 10,
"ReplyContent": "sample string 11",
"CommentDate": "2026-08-17 11:54:33",
"CommentDateString": "sample string 12",
"Sorce": 13.0,
"IsShow": true,
"IsDelete": true
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {},
"Code": 4
}