POST api/AppProduct/AppSaveProductComment

AppSaveProductComment

Request Information

URI Parameters

None.

Body Parameters

AppSaveProductComment
NameDescriptionTypeAdditional information
CommentScore

integer

None.

CommentText

string

None.

CommentVideoUUID

globally unique identifier

None.

CommentPhotoUUID

globally unique identifier

None.

ProductID

integer

None.

DeviceID

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentScore": 1,
  "CommentText": "sample string 1",
  "CommentVideoUUID": "2aa4c9e5-d674-4343-9269-57544048cf0c",
  "CommentPhotoUUID": "5199e4fd-ae6a-4bcd-a42a-1b3a38b94d2f",
  "ProductID": 1,
  "DeviceID": "sample string 2",
  "UserUUIDCur": "4b18bb55-d5a2-41cc-a5b8-71f6207c13f9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetProductComment_Response
NameDescriptionTypeAdditional information
CommentUUID

globally unique identifier

None.

CommentText

string

None.

CommentScore

integer

None.

CommentVideoUUID

string

None.

EntryTime

date

None.

EntryTimeChar

string

None.

CommentPhotoUUID

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

PhotoUUIDTag

string

None.

PhotoURI

string

None.

AvatarName

string

None.

UserUUID

globally unique identifier

None.

LanguageNameEnglish

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CommentUUID": "e294c661-4b29-4539-aba1-d672b806eb5b",
    "CommentText": "sample string 2",
    "CommentScore": 1,
    "CommentVideoUUID": "sample string 3",
    "EntryTime": "2025-04-19T07:17:10.8659157+03:00",
    "EntryTimeChar": "sample string 4",
    "CommentPhotoUUID": "c37e02e3-e13a-4739-991d-f26c853d8a48",
    "PhotoUUID": "2da1cbd4-0906-46d3-8f4c-76c42c413618",
    "PhotoUUIDTag": "sample string 5",
    "PhotoURI": "sample string 6",
    "AvatarName": "sample string 7",
    "UserUUID": "7d0271c9-b49b-43e3-a9c6-fc93aab4d939",
    "LanguageNameEnglish": "sample string 8",
    "UserUUIDCur": "8da49d25-4a1b-4c80-a8ef-0479ed9f79e2"
  },
  {
    "CommentUUID": "e294c661-4b29-4539-aba1-d672b806eb5b",
    "CommentText": "sample string 2",
    "CommentScore": 1,
    "CommentVideoUUID": "sample string 3",
    "EntryTime": "2025-04-19T07:17:10.8659157+03:00",
    "EntryTimeChar": "sample string 4",
    "CommentPhotoUUID": "c37e02e3-e13a-4739-991d-f26c853d8a48",
    "PhotoUUID": "2da1cbd4-0906-46d3-8f4c-76c42c413618",
    "PhotoUUIDTag": "sample string 5",
    "PhotoURI": "sample string 6",
    "AvatarName": "sample string 7",
    "UserUUID": "7d0271c9-b49b-43e3-a9c6-fc93aab4d939",
    "LanguageNameEnglish": "sample string 8",
    "UserUUIDCur": "8da49d25-4a1b-4c80-a8ef-0479ed9f79e2"
  }
]