POST api/AppPersonal/AppGetCartCommentProduct
AppGetCartCommentProduct
Request Information
URI Parameters
None.
Body Parameters
SaveCartShare_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "c13c1d12-d4f3-493f-8da2-5eebc5df852b", "UserUUIDCur": "c6fbc26c-3cee-4230-94b9-f3e2c6461885" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetCartCommentProduct_ResponseName | 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": "7d351ea9-1c1a-45ea-8f83-468b0ba6f3e6", "CommentText": "sample string 1", "CommentScore": 1.0, "CommentVideoUUID": "1d03028d-293c-48aa-84f8-2b0b53f4c197", "CommentPhotoUUID": "b9b23996-a219-4ebb-8f79-15e49c9baae1", "ProductID": 1, "PhotoUUID": "0d33e0ec-59d9-4f93-9bd4-5ce28eb10154", "ProductName": "sample string 2", "ProductText": "sample string 3", "EntryTime": "2025-06-07T21:33:21.1480521+03:00", "EntryTimeChar": "sample string 4" }, { "CommentUUID": "7d351ea9-1c1a-45ea-8f83-468b0ba6f3e6", "CommentText": "sample string 1", "CommentScore": 1.0, "CommentVideoUUID": "1d03028d-293c-48aa-84f8-2b0b53f4c197", "CommentPhotoUUID": "b9b23996-a219-4ebb-8f79-15e49c9baae1", "ProductID": 1, "PhotoUUID": "0d33e0ec-59d9-4f93-9bd4-5ce28eb10154", "ProductName": "sample string 2", "ProductText": "sample string 3", "EntryTime": "2025-06-07T21:33:21.1480521+03:00", "EntryTimeChar": "sample string 4" } ]