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": "126782ca-ba76-4a52-81da-e834bf9a5492",
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "e346c9b3-ba54-4202-bd59-f84318adaa0c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]