POST V2/ProductComment/SaveComments
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductCommentName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
OrderId | integer |
None. |
|
Sku | string |
None. |
|
ProductImg | string |
None. |
|
CommentImages | Collection of ProductCommentImage |
None. |
|
ReplyImages | Collection of ProductCommentImage |
None. |
|
ProductName | string |
None. |
|
ShopperId | string |
None. |
|
ShopperName | string |
None. |
|
Subject | string |
None. |
|
Content | string |
None. |
|
ReplyId | integer |
None. |
|
ReplyContent | string |
None. |
|
CommentDate | date |
None. |
|
CommentDateString | string |
None. |
|
Sorce | decimal number |
None. |
|
IsShow | boolean |
None. |
|
IsDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": "197808ff-efa6-4afe-b318-3e9acedb69e3", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "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-04-04 14:46:17", "CommentDateString": "sample string 12", "Sorce": 13.0, "IsShow": true, "IsDelete": true }, { "Id": "197808ff-efa6-4afe-b318-3e9acedb69e3", "OrderId": 2, "Sku": "sample string 3", "ProductImg": "sample string 4", "CommentImages": [ { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true } ], "ReplyImages": [ { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "ImageName": "sample string 3", "SmallImagePath": "sample string 4", "BigImagePath": "sample string 5", "IsDelete": true }, { "Id": "0ba2aa7b-a12c-4f25-8f3d-c6de909ea833", "CommentId": "ebfa2dba-d707-49b7-a4f3-ac7b83b09103", "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-04-04 14:46:17", "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 }