POST api/AppOrder/GetCartComment
AppGetCartComment
Request Information
URI Parameters
None.
Body Parameters
AppGetCartComment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "e1ce7662-ee9e-4bbd-bf95-3e10febd9c5b",
"UserUUIDCur": "9ebbaeb3-9fda-4e7e-a3d9-d6d0a3c38b1a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCartComment_Response| Name | 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-11-17T10:13:26.6260705+02:00",
"EntryTimeChar": "sample string 3",
"CommentScore": "sample string 4",
"CommentScored": 1
},
{
"CartCommentID": 1,
"CommentName": "sample string 1",
"CommentText": "sample string 2",
"EntryTime": "2025-11-17T10:13:26.6260705+02:00",
"EntryTimeChar": "sample string 3",
"CommentScore": "sample string 4",
"CommentScored": 1
}
]