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": "d6de5569-4ae6-4209-adb1-e65c6d866686",
"UserUUIDCur": "12fc5eea-2472-4c8c-a6c3-aa10fe206f77"
}
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": "2d8510f5-0375-4693-a3d1-43001d538859",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "d7ed163b-8720-4f5f-b246-8aecca4abb8e",
"CommentPhotoUUID": "cc91b448-932b-46fc-88d4-ead2acf1181f",
"ProductID": 1,
"PhotoUUID": "01e9d7de-9c5b-4b96-a0c4-1c8283d851ca",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-03-21T09:15:14.6009374+02:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "2d8510f5-0375-4693-a3d1-43001d538859",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "d7ed163b-8720-4f5f-b246-8aecca4abb8e",
"CommentPhotoUUID": "cc91b448-932b-46fc-88d4-ead2acf1181f",
"ProductID": 1,
"PhotoUUID": "01e9d7de-9c5b-4b96-a0c4-1c8283d851ca",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-03-21T09:15:14.6009374+02:00",
"EntryTimeChar": "sample string 4"
}
]