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": "b3e876f3-b807-4113-ac9b-d65e7cae3946", "CommentPhotoUUID": "0bb1acf6-c51b-4ae5-ba63-0384b5ed39b9", "UserUUID": "d9ea4076-b4da-4774-95a0-65a2db02596b", "UserUUIDCur": "bfdd2ef0-1247-417f-9cca-399d95563593" }
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-06-07T20:57:05.2910077+03:00", "UserUUID": "56f54176-7326-4fd5-8371-18c931118286", "CommentText": "sample string 3", "CommentVideoUUID": "81fd0777-d078-4ab0-ad10-b0fbcbd55bb8", "CommentScore": 5, "EntryTime": "2025-06-07T20:57:05.2910077+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-06-07T20:57:05.2910077+03:00", "UserUUIDCur": "ea53f5c2-173a-45f3-b3a1-1cdd5a391404" }