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": "8745fc46-53ae-4447-8f0f-e64be6e42c48"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]