POST api/AppPersonal/AppGetCartCommentProduct

AppGetCartCommentProduct

Request Information

URI Parameters

None.

Body Parameters

SaveCartShare_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "463143f2-79c3-4890-8b37-168aa90c90a1",
  "UserUUIDCur": "97671a3e-cd8d-4d37-9054-96bec462eed1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetCartCommentProduct_Response
NameDescriptionTypeAdditional 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": "e0dd24d5-536f-4469-b61a-c00d1f477624",
    "CommentText": "sample string 1",
    "CommentScore": 1.0,
    "CommentVideoUUID": "c424c3f8-e13b-497e-89bf-8b4429bdc248",
    "CommentPhotoUUID": "2811fe72-1d90-4e8f-ba13-74c5c0b9a49b",
    "ProductID": 1,
    "PhotoUUID": "a8909aaa-82e6-458d-bce8-4e8bdfd996b3",
    "ProductName": "sample string 2",
    "ProductText": "sample string 3",
    "EntryTime": "2025-04-19T06:17:33.9301485+03:00",
    "EntryTimeChar": "sample string 4"
  },
  {
    "CommentUUID": "e0dd24d5-536f-4469-b61a-c00d1f477624",
    "CommentText": "sample string 1",
    "CommentScore": 1.0,
    "CommentVideoUUID": "c424c3f8-e13b-497e-89bf-8b4429bdc248",
    "CommentPhotoUUID": "2811fe72-1d90-4e8f-ba13-74c5c0b9a49b",
    "ProductID": 1,
    "PhotoUUID": "a8909aaa-82e6-458d-bce8-4e8bdfd996b3",
    "ProductName": "sample string 2",
    "ProductText": "sample string 3",
    "EntryTime": "2025-04-19T06:17:33.9301485+03:00",
    "EntryTimeChar": "sample string 4"
  }
]