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": "bef7dfaa-e740-4a10-8469-155dc8442d75",
"CommentPhotoUUID": "3afe4c45-de19-4b95-9dc2-f283950785e8",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "ee549910-6415-4997-8329-76e3eed6f709"
}
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": "6013e424-a479-4960-9ce2-c4c9278c7e14",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2025-11-17T10:15:38.3967351+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "72e772ac-26e5-48d2-b74a-04f03dd011ab",
"PhotoUUID": "1fe2b594-181c-44e7-b9cc-be28b3c1c21a",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "2f64788c-0dfb-4872-a743-ed67bd33c5ec",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "3ef306b0-c4fc-4fc7-8ead-41315193ca44"
},
{
"CommentUUID": "6013e424-a479-4960-9ce2-c4c9278c7e14",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2025-11-17T10:15:38.3967351+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "72e772ac-26e5-48d2-b74a-04f03dd011ab",
"PhotoUUID": "1fe2b594-181c-44e7-b9cc-be28b3c1c21a",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "2f64788c-0dfb-4872-a743-ed67bd33c5ec",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "3ef306b0-c4fc-4fc7-8ead-41315193ca44"
}
]