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": "772579bc-dda0-48af-8433-3efc6b3f08f9", "CommentPhotoUUID": "2b08c7c3-8fbb-447f-a65f-8b27a3c191bf", "UserUUID": "51ed1358-04f0-4e0d-8511-27c18ad1ab88", "UserUUIDCur": "1fd05cb2-a49d-4382-979f-a23da51e60eb" }
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-07-27T11:13:07.4887008+03:00", "UserUUID": "ba53861d-37cc-4368-8484-a55337307dc8", "CommentText": "sample string 3", "CommentVideoUUID": "ac3a26de-0726-4c47-8ecb-77e2a5183820", "CommentScore": 5, "EntryTime": "2025-07-27T11:13:07.4887008+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-07-27T11:13:07.4887008+03:00", "UserUUIDCur": "dd6272c7-44ba-491b-a8c7-b28d681bfb2a" }