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": "628547b8-9e39-418f-9d1f-b6f34965917c", "QuestUUID": "556a746c-9a56-4f8e-b786-f4514f96863a", "NewsUUID": "df225b34-81ee-444b-ab66-31ace32eb082", "ProductID": 1, "ChatUUIDLng": "697cc003-0bd3-4fd4-9010-db6e033a9591", "NotiffUUIDLng": "68f9ae8c-0f9f-4cdd-b9b4-ea91dc053498", "OldD": 1, "LanguageID": 1, "CountryID": 1, "UserActive": true, "UserUUIDCur": "868cc3be-8073-4bc2-9fd0-32c60f40a8fd", "UserUUIDChange": "ca31fc12-ae8a-4ee3-a648-3091c1af8283" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]