POST api/AppOrder/GetCartComment
AppGetCartComment
Request Information
URI Parameters
None.
Body Parameters
AppGetCartComment_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "488cc653-3d38-4770-9218-2db8a5995eb7", "UserUUIDCur": "afe18ee2-96dd-4859-aa82-d474cbddaf7f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCartComment_ResponseName | Description | Type | Additional information |
---|---|---|---|
CartCommentID | integer |
None. |
|
CommentName | string |
None. |
|
CommentText | string |
None. |
|
EntryTime | date |
None. |
|
EntryTimeChar | string |
None. |
|
CommentScore | string |
None. |
|
CommentScored | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CartCommentID": 1, "CommentName": "sample string 1", "CommentText": "sample string 2", "EntryTime": "2025-04-19T09:19:58.2415367+03:00", "EntryTimeChar": "sample string 3", "CommentScore": "sample string 4", "CommentScored": 1 }, { "CartCommentID": 1, "CommentName": "sample string 1", "CommentText": "sample string 2", "EntryTime": "2025-04-19T09:19:58.2415367+03:00", "EntryTimeChar": "sample string 3", "CommentScore": "sample string 4", "CommentScored": 1 } ]