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": "cde9db17-e368-4dfd-bd21-1aae725d5c44", "UserUUIDCur": "e886a003-e16a-43de-97a4-0d02f84924a5" }
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": "b10f266f-dff6-47c4-a731-8e12ac8313d2", "CommentText": "sample string 1", "CommentScore": 1.0, "CommentVideoUUID": "c2848739-824e-4c66-b171-25caceb1c2b4", "CommentPhotoUUID": "afad1bce-aa85-4eb6-bb13-e7dcb5464d83", "ProductID": 1, "PhotoUUID": "8fd70968-58e0-464e-a69c-c55baa2b4f44", "ProductName": "sample string 2", "ProductText": "sample string 3", "EntryTime": "2025-09-23T00:34:07.9910997+03:00", "EntryTimeChar": "sample string 4" }, { "CommentUUID": "b10f266f-dff6-47c4-a731-8e12ac8313d2", "CommentText": "sample string 1", "CommentScore": 1.0, "CommentVideoUUID": "c2848739-824e-4c66-b171-25caceb1c2b4", "CommentPhotoUUID": "afad1bce-aa85-4eb6-bb13-e7dcb5464d83", "ProductID": 1, "PhotoUUID": "8fd70968-58e0-464e-a69c-c55baa2b4f44", "ProductName": "sample string 2", "ProductText": "sample string 3", "EntryTime": "2025-09-23T00:34:07.9910997+03:00", "EntryTimeChar": "sample string 4" } ]