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": "9c74045c-5fb6-448f-93eb-4a2f9dbe9ceb",
"UserUUIDCur": "8d4ea300-e04c-43e9-941e-a1280e0b6594"
}
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": "d585d2c2-ad5c-4d94-afd2-588967ac215b",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "0cb609df-3555-41b4-a63d-32da19ba1f1c",
"CommentPhotoUUID": "354e9eae-a960-4ab9-9924-d27eff0f8d98",
"ProductID": 1,
"PhotoUUID": "686c212f-a9b5-4da6-be6c-a017d10ac899",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-08-05T03:59:43.7821041+03:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "d585d2c2-ad5c-4d94-afd2-588967ac215b",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "0cb609df-3555-41b4-a63d-32da19ba1f1c",
"CommentPhotoUUID": "354e9eae-a960-4ab9-9924-d27eff0f8d98",
"ProductID": 1,
"PhotoUUID": "686c212f-a9b5-4da6-be6c-a017d10ac899",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-08-05T03:59:43.7821041+03:00",
"EntryTimeChar": "sample string 4"
}
]