POST api/AdminChatNotiff/GetChatStats
AdmGetChatStats
Request Information
URI Parameters
None.
Body Parameters
GetChatStats_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| OldD | integer |
None. |
|
| ChatActive | boolean |
None. |
|
| ChatActiveLng | boolean |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageID": 1,
"CountryID": 1,
"OldD": 1,
"ChatActive": true,
"ChatActiveLng": true,
"UserActive": true,
"UserUUID": "f0d44fc8-d3f7-45eb-bd84-c03470969153",
"UserUUIDCur": "dd842cb5-de3d-4189-baeb-9accb30f76da"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]