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": "d4074594-2157-41d9-9ad5-d3b0e222d2aa",
"QuestUUID": "5d7c6359-d52b-4596-adc6-76a5aa13de29",
"NewsUUID": "0a432924-a7f4-4d35-91a0-1753d6f1b5f0",
"ProductID": 1,
"ChatUUIDLng": "cdd2b623-24fc-4a81-bd5a-52312b1ab405",
"NotiffUUIDLng": "9b1e918c-67cd-4041-b4d7-250244556532",
"OldD": 1,
"LanguageID": 1,
"CountryID": 1,
"UserActive": true,
"UserUUIDCur": "2b064282-82cd-40db-9984-cb12e609eac4",
"UserUUIDChange": "bffd3a71-abaf-4379-bad9-44da54aa24db"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]