POST api/AdminVipLevel/GetVIPStats
AdmGetVIPStats
Request Information
URI Parameters
None.
Body Parameters
GetVIPStats| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| OldD | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageID": 1,
"CountryID": 1,
"OldD": 1,
"UserActive": true,
"UserUUID": "bf7b43e6-309e-4846-9959-cc88bd7d5c07",
"UserUUIDCur": "3315d40e-53ac-4c6a-a9f0-d321cf307d98"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]