POST V2/ProductComment/SaveComments
Request Information
URI Parameters
None.
Body Parameters
ProductCommentDtoName | Description | Type | Additional information |
---|---|---|---|
comments | Collection of ProductComment |
None. |
Request Formats
application/json, text/json
Sample:
{ "comments": [ { "Id": "5eaea92f-52f8-48ec-96a8-3c52f464d151", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "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": "2025-09-05 10:26:24", "CommentDateString": "sample string 12", "Sorce": 13.0, "IsShow": true, "IsDelete": true }, { "Id": "5eaea92f-52f8-48ec-96a8-3c52f464d151", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "1474aeea-10de-4558-8ea4-bce701a4709a", "CommentId": "87bd7f94-720e-4999-bd47-15f0c7776a15", "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": "2025-09-05 10:26:24", "CommentDateString": "sample string 12", "Sorce": 13.0, "IsShow": true, "IsDelete": true } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | 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 }