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": "965a9500-f92a-433f-88d0-78d531ec1168", "CommentPhotoUUID": "d8850a1e-7789-47c0-8073-dbcbea223777", "ProductID": 1, "DeviceID": "sample string 2", "UserUUIDCur": "13a19bf5-6f33-40c3-a9cd-8c0fade05036" }
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": "242b94b7-082a-469a-be81-bf27bf85d71b", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-09-23T00:33:35.401599+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "9d8b8ab9-969a-4503-8ee7-51079703cbaa", "PhotoUUID": "24e8aa97-c6d8-4d46-9e99-fc50d90064c2", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "cd266f34-b954-4a61-b3ef-fe19f849305c", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "44f52ec3-8408-4e51-9e07-a6ca38213522" }, { "CommentUUID": "242b94b7-082a-469a-be81-bf27bf85d71b", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-09-23T00:33:35.401599+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "9d8b8ab9-969a-4503-8ee7-51079703cbaa", "PhotoUUID": "24e8aa97-c6d8-4d46-9e99-fc50d90064c2", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "cd266f34-b954-4a61-b3ef-fe19f849305c", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "44f52ec3-8408-4e51-9e07-a6ca38213522" } ]