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": "ec50250b-9f77-487f-b9e4-5c6cb88d2ab5",
"CommentPhotoUUID": "795a76e3-393c-4fd2-9b51-f43b2a8057af",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "a93eb0c4-1c6b-4e91-bad3-96dc4b970fdb"
}
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": "0238d34e-dd80-490b-8ad0-24760f8761ae",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-03-21T23:35:53.5112364+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "c4b16c57-f83d-4616-be0b-f88d44672615",
"PhotoUUID": "17d2b949-ce30-4500-84a6-0bd0c0bf8f7d",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "6885879d-c324-4ed3-8fe1-7627db929b65",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "265389e1-1e7d-4094-8614-1edc67a08980"
},
{
"CommentUUID": "0238d34e-dd80-490b-8ad0-24760f8761ae",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-03-21T23:35:53.5112364+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "c4b16c57-f83d-4616-be0b-f88d44672615",
"PhotoUUID": "17d2b949-ce30-4500-84a6-0bd0c0bf8f7d",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "6885879d-c324-4ed3-8fe1-7627db929b65",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "265389e1-1e7d-4094-8614-1edc67a08980"
}
]