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": "9800771d-474e-4aa1-94ea-fb6c3ea60b68",
"CommentPhotoUUID": "7b1f5cbf-0cbd-4bfd-8da6-ae0cf15546de",
"UserUUID": "86b9ea08-c3a9-44ea-9357-8ff2bf9d6e45",
"UserUUIDCur": "71daba65-d8b1-47cd-9f0c-fe67dbfcd246"
}
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-03-21T23:32:29.4264997+02:00",
"UserUUID": "26bf89db-2b66-4668-850e-e42368304506",
"CommentText": "sample string 3",
"CommentVideoUUID": "b66d4e2f-49fa-4304-b69d-a4ba45bae87e",
"CommentScore": 5,
"EntryTime": "2026-03-21T23:32:29.4264997+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-03-21T23:32:29.4264997+02:00",
"UserUUIDCur": "95bb4251-a91c-4035-bc72-0505d91cfbbe"
}