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": "a538caea-0eb6-4386-b8db-672b1b18623a",
"QuestUUID": "978ec035-f569-4ae6-98e0-e2a976756df3",
"NewsUUID": "23a026d1-3cd3-4d58-b520-96046a303e6d",
"ProductID": 1,
"ChatUUIDLng": "f65b2de9-fda5-46a1-911a-a73856330944",
"NotiffUUIDLng": "ab10a28e-c7d4-4325-9a27-98a1b462f727",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "f469d65e-05fb-4032-92d7-f9a554ee881f",
"UserUUIDChange": "065d5dfb-060b-4efa-a326-6b914a8ee12f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]