POST api/AppPersonal/AppSaveUserComment
AppSaveUserComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserCommentName | Description | Type | Additional information |
---|---|---|---|
CommentScore | integer |
None. |
|
CommentText | string |
None. |
|
CommentVideoUUID | globally unique identifier |
None. |
|
CommentPhotoUUID | globally unique identifier |
None. |
|
UserUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CommentScore": 1, "CommentText": "sample string 1", "CommentVideoUUID": "c9913383-4bec-4925-94bc-9074bb100f63", "CommentPhotoUUID": "d4ee5c29-ce94-4f9f-96ec-4ceb02a10c7b", "UserUUID": "fd130c53-8b65-4f7b-b0f1-85e848ebeb53", "UserUUIDCur": "0db07b80-003a-45fe-ac9f-dacce2361d0a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserComment_ResponseName | Description | Type | Additional information |
---|---|---|---|
UserUUIDChange | date |
None. |
|
UserUUID | globally unique identifier |
None. |
|
CommentText | string |
None. |
|
CommentVideoUUID | globally unique identifier |
None. |
|
CommentScore | integer |
None. |
|
EntryTime | date |
None. |
|
CommentQ | string |
None. |
|
ScoreQ1 | string |
None. |
|
ScoreQ2 | string |
None. |
|
ScoreQ3 | string |
None. |
|
ScoreQ4 | string |
None. |
|
ScoreQ5 | string |
None. |
|
EntryTimeChange | date |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserUUIDChange": "2025-09-23T00:31:48.3947074+03:00", "UserUUID": "728e957b-be8f-4056-8560-06f3899c5f69", "CommentText": "sample string 3", "CommentVideoUUID": "4216d6ce-23ab-40b0-95fa-70d25e1b4ee7", "CommentScore": 5, "EntryTime": "2025-09-23T00:31:48.3947074+03:00", "CommentQ": "sample string 7", "ScoreQ1": "sample string 8", "ScoreQ2": "sample string 9", "ScoreQ3": "sample string 10", "ScoreQ4": "sample string 11", "ScoreQ5": "sample string 12", "EntryTimeChange": "2025-09-23T00:31:48.3947074+03:00", "UserUUIDCur": "b25f91a9-9d2e-4a0d-811a-419f54b8fff0" }