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": "1099c8b5-721c-45c3-bac5-b58be5ea7b54",
"QuestUUID": "d5eee4f8-b6fa-47e9-9085-4bf6e5210fb9",
"NewsUUID": "b3b236b6-7fa1-4361-82bb-8e2228fcc09b",
"ProductID": 1,
"ChatUUIDLng": "1a11d80a-3e4a-4239-b79c-aa1323d1ef53",
"NotiffUUIDLng": "0e8ae2e4-e9fe-439d-bd9a-308ec244469f",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "ca203adc-3a4b-49ec-a1ab-5a441b50503b",
"UserUUIDChange": "62036cef-06f3-4ab8-8807-71685fd67937"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]