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": "96cddf61-687a-4579-bd9c-2df9151c9205",
"CommentPhotoUUID": "50d2203c-4641-4658-b617-69e17707892b",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "d2a36385-1f74-4866-805c-099056437419"
}
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": "e9f6076d-5960-492b-8e65-0975ace75de8",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-05-06T11:25:07.343096+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "fc38e1f7-65e9-4ea7-b921-d95b3a17369f",
"PhotoUUID": "251ae991-b9ae-4bc1-8c22-b2c6539d7bab",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "2f510be4-ae3a-422b-a4c2-221d580bdc5f",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "4d15a6ed-02bd-4951-8dec-2cce728232bd"
},
{
"CommentUUID": "e9f6076d-5960-492b-8e65-0975ace75de8",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-05-06T11:25:07.343096+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "fc38e1f7-65e9-4ea7-b921-d95b3a17369f",
"PhotoUUID": "251ae991-b9ae-4bc1-8c22-b2c6539d7bab",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "2f510be4-ae3a-422b-a4c2-221d580bdc5f",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "4d15a6ed-02bd-4951-8dec-2cce728232bd"
}
]