POST api/AdminStats/GetContactStats

AdmGetContactStats

Request Information

URI Parameters

None.

Body Parameters

GetContactStats
NameDescriptionTypeAdditional 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": "d2405892-c600-49f5-a3dc-d8e49aa0c529",
  "OldD": 1,
  "CountryID": 1,
  "LanguageID": 1,
  "UserActive": true,
  "UserUUIDCur": "9a596414-0c8d-4e93-8b7c-322ae22a4e05"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]