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": "5e67486f-9098-468d-9ee6-e4a06af5950f",
"CommentPhotoUUID": "d67394af-984b-467c-a962-55ad854796e7",
"UserUUID": "27a0f474-4d15-435f-9ad4-accc0d2fa2c2",
"UserUUIDCur": "9a742c49-3c60-4df8-8d37-fbbbcbe09d52"
}
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": "2025-11-17T10:12:01.0218054+02:00",
"UserUUID": "90295056-7b49-4433-89f5-b82cebefece1",
"CommentText": "sample string 3",
"CommentVideoUUID": "987b1555-affd-4e5c-a05d-7a9b58c3c872",
"CommentScore": 5,
"EntryTime": "2025-11-17T10:12:01.0218054+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": "2025-11-17T10:12:01.0218054+02:00",
"UserUUIDCur": "23b5c9cd-7b7a-4565-9398-b8370f4767b8"
}