POST api/AdminStats/GetContactStats
AdmGetContactStats
Request Information
URI Parameters
None.
Body Parameters
GetContactStats| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| OldD | integer |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "2bfb0fa6-c349-4e07-9af9-86248e53b6be",
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "c5d47990-31e8-429f-bbda-542a6e3393c1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]