POST api/AdminUsers/GetComment
AdmGetComment
Request Information
URI Parameters
None.
Body Parameters
GetComment| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| QuestUUID | globally unique identifier |
None. |
|
| NewsUUID | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| ChatUUIDLng | globally unique identifier |
None. |
|
| NotiffUUIDLng | globally unique identifier |
None. |
|
| OldD | integer |
None. |
|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| UserUUIDChange | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "39f3fc95-09fc-487a-aa59-4ff652daa46a",
"QuestUUID": "b0d902ff-8d8d-454f-8019-d805bf175cff",
"NewsUUID": "a91d3009-36ef-4ff2-9109-87999faaf7a5",
"ProductID": 1,
"ChatUUIDLng": "35546c70-2bce-40ce-85d5-1beee82f3eca",
"NotiffUUIDLng": "b99ad096-5920-4df4-8a84-2eaa76c6b687",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "51b48446-573f-4037-907b-a29ff728b424",
"UserUUIDChange": "e4d2f8ce-7360-4638-8fbb-dee0344c20cd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]