POST api/AdminChatNotiff/GetNotiffStats
AdmGetNotiffStats
Request Information
URI Parameters
None.
Body Parameters
GetNotiffStats_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| OldD | integer |
None. |
|
| UserActive | boolean |
None. |
|
| NotiffActive | boolean |
None. |
|
| NotiffActiveLng | integer |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageID": 1,
"CountryID": 1,
"OldD": 1,
"UserActive": true,
"NotiffActive": true,
"NotiffActiveLng": 1,
"UserUUID": "d7dca338-6517-4599-9518-7976f60188dd",
"UserUUIDCur": "5e48c38e-3d86-4ce1-b25f-6435ccaa0ba8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]