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": "e03de999-1a74-4b0d-a1f8-f7b71821a62d",
"UserUUIDCur": "c6db28a2-5c44-4243-a089-ecb789b21dd1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]