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": "7ff2027f-1786-4f3c-aa26-f3974dfc9fb3",
"UserUUIDCur": "46ccb298-3bce-414f-8298-a4851cfaec21"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]