POST api/AdminVipLevel/GetVIPLevel

AdmGetVIPLevel

Request Information

URI Parameters

None.

Body Parameters

GetVIPLevel
NameDescriptionTypeAdditional information
VIPLevelID

integer

None.

VipLevelActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "VIPLevelID": 1,
  "VipLevelActive": true,
  "UserUUIDCur": "723a3e9f-e923-4b8c-ad4c-d952878c3470"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]