POST api/AppProduct/AppSaveProductComment
AppSaveProductComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductCommentName | 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": "23ea98c5-77ad-4533-900d-518e95c1da04", "CommentPhotoUUID": "ebdb2286-df5a-4c51-92ed-171de672ac58", "ProductID": 1, "DeviceID": "sample string 2", "UserUUIDCur": "7bb56635-c30e-4d72-aa74-7e358bff2f4a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductComment_ResponseName | 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": "fd44c92a-6f1c-470f-a06a-c9c67bac0ac2", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-07-27T11:20:43.048022+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "4610f5a5-c4fc-485d-beaa-d9f53b6298d0", "PhotoUUID": "7662bad8-6f80-485b-9c42-95862880cf61", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "5d15486f-068b-4efc-9246-b68efedb1955", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "627af6b2-f71e-45c4-b163-f6dd5b35556d" }, { "CommentUUID": "fd44c92a-6f1c-470f-a06a-c9c67bac0ac2", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-07-27T11:20:43.048022+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "4610f5a5-c4fc-485d-beaa-d9f53b6298d0", "PhotoUUID": "7662bad8-6f80-485b-9c42-95862880cf61", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "5d15486f-068b-4efc-9246-b68efedb1955", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "627af6b2-f71e-45c4-b163-f6dd5b35556d" } ]