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": "f22f152b-8184-4f2f-93a2-55238194febd",
"UserUUIDCur": "121a72a4-804d-4f66-b57a-faf96bea50bb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]