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": "fb52ca14-161d-4801-8103-f05a71c2447b",
"UserUUIDCur": "ec4827ed-611d-4605-85ae-4eef36559ff6"
}
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": "f712a452-86d4-4ed6-a547-99136e45877d",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "a40ac824-9536-4887-804b-bf48fa4a462c",
"CommentPhotoUUID": "7491f4f1-9ad4-44c0-8636-7fccc8ef0509",
"ProductID": 1,
"PhotoUUID": "4a6d99c1-d28f-49ec-8574-7e634f254bd4",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-02-04T05:21:34.9637507+02:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "f712a452-86d4-4ed6-a547-99136e45877d",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "a40ac824-9536-4887-804b-bf48fa4a462c",
"CommentPhotoUUID": "7491f4f1-9ad4-44c0-8636-7fccc8ef0509",
"ProductID": 1,
"PhotoUUID": "4a6d99c1-d28f-49ec-8574-7e634f254bd4",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-02-04T05:21:34.9637507+02:00",
"EntryTimeChar": "sample string 4"
}
]