POST api/Fun/SaveFunComment
AppSaveFunComment
Request Information
URI Parameters
None.
Body Parameters
AppSaveFunComment| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentScore | integer |
None. |
|
| CommentText | string |
None. |
|
| DeviceID | string |
None. |
|
| CommentVideoUUID | globally unique identifier |
None. |
|
| CommentPhotoUUID | globally unique identifier |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentScore": 1,
"CommentText": "sample string 1",
"DeviceID": "sample string 2",
"CommentVideoUUID": "9847881b-044d-4464-afe3-eb7d4bbfc195",
"CommentPhotoUUID": "6820e8be-a808-46ed-9acd-cbb3388b1889",
"FunUUID": "7c9bffe8-eef2-47cd-a072-94790653f4a9",
"UserUUIDCur": "65acc16a-cc1d-478d-968f-ae5c72206b5a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppSaveFunComment_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentQ | integer |
None. |
|
| ScoreQ1 | integer |
None. |
|
| ScoreQ2 | integer |
None. |
|
| ScoreQ3 | integer |
None. |
|
| ScoreQ4 | integer |
None. |
|
| ScoreQ5 | integer |
None. |
|
| UserUUIDChange | globally unique identifier |
None. |
|
| EntryTimeChange | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "2ca40d32-75ee-4faa-9fa7-7f6cd40baf63",
"EntryTimeChange": "2026-08-05T03:53:05.2770441+03:00",
"UserUUIDCur": "d937593c-7075-4959-acd4-5b2e7e49936f"
},
{
"CommentQ": 1,
"ScoreQ1": 2,
"ScoreQ2": 3,
"ScoreQ3": 4,
"ScoreQ4": 5,
"ScoreQ5": 6,
"UserUUIDChange": "2ca40d32-75ee-4faa-9fa7-7f6cd40baf63",
"EntryTimeChange": "2026-08-05T03:53:05.2770441+03:00",
"UserUUIDCur": "d937593c-7075-4959-acd4-5b2e7e49936f"
}
]