POST api/AppOrder/GetCartComment

AppGetCartComment

Request Information

URI Parameters

None.

Body Parameters

AppGetCartComment_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "f50be864-4caf-4a93-ad8e-97b06db052bb",
  "UserUUIDCur": "828f05d1-250c-4fc7-9ea4-9eb7262c2399"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetCartComment_Response
NameDescriptionTypeAdditional 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-06-07T21:00:32.563703+03:00",
    "EntryTimeChar": "sample string 3",
    "CommentScore": "sample string 4",
    "CommentScored": 1
  },
  {
    "CartCommentID": 1,
    "CommentName": "sample string 1",
    "CommentText": "sample string 2",
    "EntryTime": "2025-06-07T21:00:32.563703+03:00",
    "EntryTimeChar": "sample string 3",
    "CommentScore": "sample string 4",
    "CommentScored": 1
  }
]