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": "db59f87d-32a6-4ac3-92a4-67349601f61a",
"CommentPhotoUUID": "6d86b22c-8e0b-43e1-97fd-518f869a82ad",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "b234b173-e65e-416f-9053-e3359ddf0ee7"
}
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": "7c1ad00d-5503-4e37-9cc3-f0270752a3ff",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-02-04T05:20:37.0521952+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "95a94c21-d62c-4c43-9eaa-8267304b20d2",
"PhotoUUID": "f92b3351-fce2-4cc2-af19-95830ada2f4c",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "738fa67d-b0be-4c37-8543-6d5ff1ad643c",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "fc526816-0ce3-4e2a-8e17-8e0a0231402b"
},
{
"CommentUUID": "7c1ad00d-5503-4e37-9cc3-f0270752a3ff",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-02-04T05:20:37.0521952+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "95a94c21-d62c-4c43-9eaa-8267304b20d2",
"PhotoUUID": "f92b3351-fce2-4cc2-af19-95830ada2f4c",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "738fa67d-b0be-4c37-8543-6d5ff1ad643c",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "fc526816-0ce3-4e2a-8e17-8e0a0231402b"
}
]