POST api/AppPersonal/AppSaveUserComment
AppSaveUserComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserComment| Name | 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": "aa4648c5-7544-46ee-894d-0c1a1414dfad",
"CommentPhotoUUID": "6091834c-13b1-4a88-8f01-8387edf54800",
"UserUUID": "390a80ac-0480-4b09-92ef-84f247e3cc37",
"UserUUIDCur": "657283e7-31d4-4ac6-a770-cfd5e73d3edd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserComment_Response| Name | 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": "2026-02-04T05:18:32.6446614+02:00",
"UserUUID": "dba01fe9-60a1-477d-b9e9-63823ae94e3c",
"CommentText": "sample string 3",
"CommentVideoUUID": "a492cd35-a301-4e42-9c86-09c2d726fe7f",
"CommentScore": 5,
"EntryTime": "2026-02-04T05:18:32.6602496+02: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": "2026-02-04T05:18:32.6602496+02:00",
"UserUUIDCur": "807a8339-c70e-4408-a7ae-59efe73f7559"
}