POST api/AppProduct/AppSaveProductComment
AppSaveProductComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductComment| Name | Description | Type | Additional 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": "46eb2748-2066-4657-b0b0-5073c6d34b07",
"CommentPhotoUUID": "83fcfc64-ce79-4786-94f2-927965e442e9",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "d5765123-3ae0-4cf3-96b3-ea27ee18642d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductComment_Response| Name | Description | Type | Additional 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": "833c7b35-e0a6-4a08-a15a-b92495d36161",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-06-20T22:53:56.956201+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "3e4f3b47-663f-431d-8a18-b814c4b52fb1",
"PhotoUUID": "8c0fda15-32f3-43a5-af3b-49d189c98854",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7e16aa88-141b-4f98-8831-a4cba00b78a3",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "9b0e9d9d-681c-4184-ba00-a4de72a91f7d"
},
{
"CommentUUID": "833c7b35-e0a6-4a08-a15a-b92495d36161",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-06-20T22:53:56.956201+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "3e4f3b47-663f-431d-8a18-b814c4b52fb1",
"PhotoUUID": "8c0fda15-32f3-43a5-af3b-49d189c98854",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7e16aa88-141b-4f98-8831-a4cba00b78a3",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "9b0e9d9d-681c-4184-ba00-a4de72a91f7d"
}
]