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": "1a499272-6ac3-4e8d-a7da-e028ccb9660e",
"QuestUUID": "4d94b1b8-ac9c-4b72-ab74-585d975895d6",
"NewsUUID": "44efee1d-c458-4d2c-8928-7f3482a24acf",
"ProductID": 1,
"ChatUUIDLng": "f598dc52-1774-4773-966c-3ec83b707a2f",
"NotiffUUIDLng": "00bb9e83-7f38-4a5c-8201-f8545d2d4a23",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "fbe85f4c-a6cf-4ef3-8ce7-c03c41ad5246",
"UserUUIDChange": "21142919-10d3-42cd-9098-14e0350a9ad5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]