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": "303c4f9a-5ab8-43dd-aaf8-f0d2465be019",
"CommentPhotoUUID": "78faae8c-f496-4e5e-a4bb-55c6ebc35c20",
"UserUUID": "c2216807-200d-4141-afcf-b003d457156c",
"UserUUIDCur": "c39794e6-1a8b-46e9-9261-8f31c7cb4211"
}
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-09-19T13:07:14.6968403+03:00",
"UserUUID": "c321a552-aeb8-4046-8227-b3b45580cff0",
"CommentText": "sample string 3",
"CommentVideoUUID": "ed79505e-02cc-4dc7-a3d8-4910a2ce8520",
"CommentScore": 5,
"EntryTime": "2026-09-19T13:07:14.6968403+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-09-19T13:07:14.6968403+03:00",
"UserUUIDCur": "0a211e94-7198-4673-b3b4-1c6c0b0302a4"
}