POST api/AppPersonal/AppGetCartCommentProduct
AppGetCartCommentProduct
Request Information
URI Parameters
None.
Body Parameters
SaveCartShare_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "eaaa692b-9a48-4fdd-b329-e0477c366e83",
"UserUUIDCur": "6311d97f-0ecd-4002-9c49-b322678db3af"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetCartCommentProduct_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentUUID | globally unique identifier |
None. |
|
| CommentText | string |
None. |
|
| CommentScore | decimal number |
None. |
|
| CommentVideoUUID | globally unique identifier |
None. |
|
| CommentPhotoUUID | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| ProductName | string |
None. |
|
| ProductText | string |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentUUID": "ca828370-b3d9-43a7-92c4-d845a01fe5b6",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "a6ac2168-1c13-4b81-b3c0-bb942d27e7e4",
"CommentPhotoUUID": "aa2aaa9e-f21f-45c5-9def-a91d4e132fc5",
"ProductID": 1,
"PhotoUUID": "76f7138a-4ef5-485c-8884-d6d88e9b645b",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-06-20T22:55:29.1178922+03:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "ca828370-b3d9-43a7-92c4-d845a01fe5b6",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "a6ac2168-1c13-4b81-b3c0-bb942d27e7e4",
"CommentPhotoUUID": "aa2aaa9e-f21f-45c5-9def-a91d4e132fc5",
"ProductID": 1,
"PhotoUUID": "76f7138a-4ef5-485c-8884-d6d88e9b645b",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-06-20T22:55:29.1178922+03:00",
"EntryTimeChar": "sample string 4"
}
]