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": "41f5ea2b-16a8-4c25-8034-123992a06bb3",
"QuestUUID": "fc46ff50-4c5e-4afe-bf2d-88071eba36f9",
"NewsUUID": "c6bb0265-6a7e-4fa2-b536-71e1d2129feb",
"ProductID": 1,
"ChatUUIDLng": "65b615cb-a0a2-40f1-9bbe-c6ffe7837dd3",
"NotiffUUIDLng": "14f6c789-f438-43da-ae67-8e0a9cf4f9a2",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "e0b3bd29-6888-4b99-83c1-0988c7caa0f4",
"UserUUIDChange": "b9ece570-0f5c-495f-b715-d354296e6784"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]