POST api/AdminUsers/GetComment
AdmGetComment
Request Information
URI Parameters
None.
Body Parameters
GetCommentName | 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": "2a080ba6-dc3e-4de3-a3ad-91a905866fb6", "QuestUUID": "5acf0c3b-2610-4bbc-ae4d-6c596be55cdc", "NewsUUID": "00a35894-c05b-4daf-9d05-e5588e31c979", "ProductID": 1, "ChatUUIDLng": "5b039452-fd85-409e-8b28-e73877b8b49f", "NotiffUUIDLng": "ea58a537-b0ed-4410-96ef-90c870d7b952", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "e8c32b90-076f-410f-ae7e-fc5621c39665", "UserUUIDChange": "88e568cc-e36e-4fc5-bb2f-73d5d583b1fe" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]