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": "d27c91fc-92f0-49b8-aaf2-5cbbf050c479",
"CommentPhotoUUID": "6c7246a7-7a66-4a0f-bed3-324ca9f7c678",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "a3d99b32-09a3-4219-b7ab-7b42a75669f5"
}
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": "db91b8da-c81c-407a-aa97-599a20aceb62",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-09-19T13:09:56.3355466+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "8f55b137-ccd8-4f47-8a29-2299c1b39a1d",
"PhotoUUID": "5d361b5b-a3ce-4db2-bdcd-6451ae2320ee",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "a1c70d0e-8e48-4247-b154-2594219e4a5d",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "f9f3beef-ca3b-4ad8-91eb-f13cd4a73309"
},
{
"CommentUUID": "db91b8da-c81c-407a-aa97-599a20aceb62",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-09-19T13:09:56.3355466+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "8f55b137-ccd8-4f47-8a29-2299c1b39a1d",
"PhotoUUID": "5d361b5b-a3ce-4db2-bdcd-6451ae2320ee",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "a1c70d0e-8e48-4247-b154-2594219e4a5d",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "f9f3beef-ca3b-4ad8-91eb-f13cd4a73309"
}
]