POST api/AdminVipLevel/GetVIPLevel
AdmGetVIPLevel
Request Information
URI Parameters
None.
Body Parameters
GetVIPLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| VIPLevelID | integer |
None. |
|
| VipLevelActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"VIPLevelID": 1,
"VipLevelActive": true,
"UserUUIDCur": "5ec4a81d-b8e4-4c96-af76-033c6bd48a68"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]