POST api/AdminStats/GetPINStats

AdmGetPINStats

Request Information

URI Parameters

None.

Body Parameters

GetPINStats
NameDescriptionTypeAdditional information
CountryID

integer

None.

LanguageID

integer

None.

OldD

integer

None.

UserActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "LanguageID": 1,
  "OldD": 1,
  "UserActive": true,
  "UserUUIDCur": "c68db71b-8a46-4f37-8b60-a1262348e426"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]