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": "be5a3a0a-af8d-4669-b0e9-8c36dc96f5d7", "OldD": 1, "CountryID": 1, "LanguageID": 1, "UserActive": true, "UserUUIDCur": "9d5c5045-ddca-478a-bb45-d84cb3cf5757" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]