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": "e40b10df-e6f0-41e3-8c91-c65470468fa9", "QuestUUID": "2949fb9f-875e-4b25-ba43-13016c04599a", "NewsUUID": "cf7042bc-8ca1-4f3d-ad32-f9ce08b7b394", "ProductID": 1, "ChatUUIDLng": "1c71a216-c562-4b61-b5c2-e006492aab80", "NotiffUUIDLng": "98142e70-7c90-4eeb-aafe-fbd5c282cdc3", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "18480846-9482-4110-a092-2bbce786c616", "UserUUIDChange": "3c58acaf-54cb-40f6-a827-abc3f5e59066" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]