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": "ce2f0021-5de0-4a0b-ab2a-892f8d2afc3d", "UserUUIDCur": "9798ce2a-fd7b-4773-84fc-ea7c12331971" }
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-09-23T00:31:38.5369612+03:00", "EntryTimeChar": "sample string 3", "CommentScore": "sample string 4", "CommentScored": 1 }, { "CartCommentID": 1, "CommentName": "sample string 1", "CommentText": "sample string 2", "EntryTime": "2025-09-23T00:31:38.5369612+03:00", "EntryTimeChar": "sample string 3", "CommentScore": "sample string 4", "CommentScored": 1 } ]