POST api/AdminStats/GetContactStats
AdmGetContactStats
Request Information
URI Parameters
None.
Body Parameters
GetContactStatsName | 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": "fc11e18d-2d19-47c4-bf68-e17d500ffaa0", "OldD": 1, "CountryID": 1, "LanguageID": 1, "UserActive": true, "UserUUIDCur": "52b38a34-a308-4eeb-939f-c1ba6eb1f500" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]