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": "04021793-b74b-4ca8-8243-a5ac15623e36", "QuestUUID": "2e60893f-0805-4e46-84aa-94a8bdc059e0", "NewsUUID": "3e1b80ee-c9c6-42f7-98b6-e06ce305d4c8", "ProductID": 1, "ChatUUIDLng": "86bc8497-1fe4-4f9f-8f87-0518f92e1556", "NotiffUUIDLng": "5db0c6f7-6ecd-4203-a0d0-e74bbb372468", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "7537ccb5-bf1d-4fec-8a97-e862cb317528", "UserUUIDChange": "5a0f4e87-db5f-4975-ac90-b7945ceb5c0f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]