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": "52e5a22c-224c-4799-a531-c4edd2a32178",
"UserUUIDCur": "597db4ed-d660-4197-9e6a-7e7aab58132c"
}
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": "b44f4276-6ca9-46f8-b897-5efa1d2dd914",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "0e287242-3651-4cfd-981c-0174345f01d0",
"CommentPhotoUUID": "c57246b4-4a7a-4933-ac15-7c3741f5c132",
"ProductID": 1,
"PhotoUUID": "1e7f5ad3-e6d5-4128-ba46-5f7d8ad294b1",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2025-11-17T10:16:05.817023+02:00",
"EntryTimeChar": "sample string 4"
},
{
"CommentUUID": "b44f4276-6ca9-46f8-b897-5efa1d2dd914",
"CommentText": "sample string 1",
"CommentScore": 1.0,
"CommentVideoUUID": "0e287242-3651-4cfd-981c-0174345f01d0",
"CommentPhotoUUID": "c57246b4-4a7a-4933-ac15-7c3741f5c132",
"ProductID": 1,
"PhotoUUID": "1e7f5ad3-e6d5-4128-ba46-5f7d8ad294b1",
"ProductName": "sample string 2",
"ProductText": "sample string 3",
"EntryTime": "2025-11-17T10:16:05.817023+02:00",
"EntryTimeChar": "sample string 4"
}
]