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": "c4ef3dd2-b7e2-4718-be9d-9a28e7667fcc",
"UserUUIDCur": "46b98568-e462-4b41-b90d-9410ea1dfc2f"
}
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": "951b945b-d206-4876-9473-5f20f2bdb86f",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "fc79c5f2-3a4d-48e2-b023-dc1b7c52c707",
"CommentPhotoUUID": "9950dad1-005e-48d6-a66d-55d163e0ea4e",
"ProductID": 1,
"PhotoUUID": "1295f54a-173c-4245-8370-deb72e45e63c",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-09-19T13:11:12.7381622+03:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "951b945b-d206-4876-9473-5f20f2bdb86f",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "fc79c5f2-3a4d-48e2-b023-dc1b7c52c707",
"CommentPhotoUUID": "9950dad1-005e-48d6-a66d-55d163e0ea4e",
"ProductID": 1,
"PhotoUUID": "1295f54a-173c-4245-8370-deb72e45e63c",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2026-09-19T13:11:12.7381622+03:00",
"EntryTimeChar": "sample string 4"
}
]