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": "bd17417f-74b5-438c-82b1-968051ded60e",
"CommentPhotoUUID": "bb5af1dd-138f-4688-9956-24e2088bfa0d",
"UserUUID": "d31d299c-3f37-4269-9b5c-13eb8fa3fbd1",
"UserUUIDCur": "f6d6d6b0-ef1e-46f0-beb1-1a0a19154353"
}
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-06-20T22:50:07.0987756+03:00",
"UserUUID": "3ab8b674-1256-4767-b5d1-a5c09bddccf7",
"CommentText": "sample string 3",
"CommentVideoUUID": "00f0444f-ca09-410b-8edc-0969e970fb7c",
"CommentScore": 5,
"EntryTime": "2026-06-20T22:50:07.0987756+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-06-20T22:50:07.0987756+03:00",
"UserUUIDCur": "1b533a3e-729a-4c1e-adde-0ac42a3bbe7f"
}