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": "91591274-5e4c-4d15-9669-a628d2b6f1ae",
"CommentPhotoUUID": "1dd578ce-2e9f-4887-8d41-93f86955a916",
"UserUUID": "60aea49b-8912-4afd-b355-499d68a1746d",
"UserUUIDCur": "3da67574-6069-4a8b-b3ac-3a45f8245f22"
}
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-08-05T03:53:46.2855816+03:00",
"UserUUID": "326ad553-272c-4a07-8da7-9a7874a61faa",
"CommentText": "sample string 3",
"CommentVideoUUID": "c948dbd2-c0b0-4d54-9b97-884c503e66fc",
"CommentScore": 5,
"EntryTime": "2026-08-05T03:53:46.2855816+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": "2026-08-05T03:53:46.2855816+03:00",
"UserUUIDCur": "8db7edd9-8524-41a7-9f88-add2f2cd36de"
}