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": "bbb01fdd-5420-41ce-b619-6550dd2bdc8e",
"OrderId": 2,
"Sku": "sample string 3",
"ProductImg": "sample string 4",
"CommentImages": [
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ReplyImages": [
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"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-04-15 15:26:24",
"CommentDateString": "sample string 12",
"Sorce": 13.0,
"IsShow": true,
"IsDelete": true
},
{
"Id": "bbb01fdd-5420-41ce-b619-6550dd2bdc8e",
"OrderId": 2,
"Sku": "sample string 3",
"ProductImg": "sample string 4",
"CommentImages": [
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
}
],
"ReplyImages": [
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"ImageName": "sample string 3",
"SmallImagePath": "sample string 4",
"BigImagePath": "sample string 5",
"IsDelete": true
},
{
"Id": "e6531f21-bd3a-4868-a83d-aeb10fee1a17",
"CommentId": "8a587748-a0c0-4fad-8ef5-4572c1bd5bd1",
"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-04-15 15:26:24",
"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
}