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": "855484ab-a824-4e46-8d4f-21a4460c1a82",
"UserUUIDCur": "e9fb94fb-fd25-4ea8-9fd0-f239cfbe1bc0"
}
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": "e9399112-99ed-4dd5-b33d-3a6fbbd6b5fd",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "450284d0-0c7c-45e6-bd84-26d83dbe17cf",
"CommentPhotoUUID": "2fe2a840-6ee2-4488-b017-3249e933a6ef",
"ProductID": 1,
"PhotoUUID": "b0fb7e93-a87d-4cc7-b3f9-5fb2c42d0ffe",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-05-06T15:44:50.3416077+03:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "e9399112-99ed-4dd5-b33d-3a6fbbd6b5fd",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "450284d0-0c7c-45e6-bd84-26d83dbe17cf",
"CommentPhotoUUID": "2fe2a840-6ee2-4488-b017-3249e933a6ef",
"ProductID": 1,
"PhotoUUID": "b0fb7e93-a87d-4cc7-b3f9-5fb2c42d0ffe",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-05-06T15:44:50.3416077+03:00",
"EntryTimeChar": "sample string 4"
}
]