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": "ccb382ed-172c-4d6d-a772-24fe9987fdd8", "CommentPhotoUUID": "87bcffd6-b3aa-4879-8ac4-fadc28f581f9", "ProductID": 1, "DeviceID": "sample string 2", "UserUUIDCur": "494052a4-8339-4379-9120-18b9ff7ec26f" }
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": "3a74e64e-3da6-46fb-a281-2e8f0ca9aafe", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-06-07T21:20:20.4639484+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "44a289c6-356a-46ee-af04-5d12183dec35", "PhotoUUID": "758c416e-0959-4c8c-90d2-7ff2d5de49fd", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "5fbb038b-c55f-4425-90ac-fb5413da28ba", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "a02c3ead-da47-4ee0-8a7a-87d5884d57b6" }, { "CommentUUID": "3a74e64e-3da6-46fb-a281-2e8f0ca9aafe", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-06-07T21:20:20.4639484+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "44a289c6-356a-46ee-af04-5d12183dec35", "PhotoUUID": "758c416e-0959-4c8c-90d2-7ff2d5de49fd", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "5fbb038b-c55f-4425-90ac-fb5413da28ba", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "a02c3ead-da47-4ee0-8a7a-87d5884d57b6" } ]