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": "06caa5a3-589a-446b-9650-ac51fba74ec5",
"CommentPhotoUUID": "969eb16a-290c-4f40-97c4-70a1a0c3db8a",
"ProductID": 1,
"DeviceID": "sample string 2",
"UserUUIDCur": "dccbdc14-1537-4ef1-ab3d-2308b92b135a"
}
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": "a6d376ad-22bf-48bc-9357-7f5489e3e4a8",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-08-05T03:58:43.4017701+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "52730ce8-d335-42e7-90d8-84cdf0ffcbcf",
"PhotoUUID": "ad844481-a3d9-48be-ac8d-84c04590fb2b",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "4eae549d-b4cc-4efd-905e-e5ce88ad251a",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "370410eb-8ff1-44f6-91a5-52550894fc8b"
},
{
"CommentUUID": "a6d376ad-22bf-48bc-9357-7f5489e3e4a8",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-08-05T03:58:43.4017701+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "52730ce8-d335-42e7-90d8-84cdf0ffcbcf",
"PhotoUUID": "ad844481-a3d9-48be-ac8d-84c04590fb2b",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "4eae549d-b4cc-4efd-905e-e5ce88ad251a",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "370410eb-8ff1-44f6-91a5-52550894fc8b"
}
]