POST api/AdminVipLevel/GetVIPCoin

AdmGetVIPCoin

Request Information

URI Parameters

None.

Body Parameters

GetVIPCoin
NameDescriptionTypeAdditional information
VIPCoinID

integer

None.

LanguageID

integer

None.

CoinActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "VIPCoinID": 1,
  "LanguageID": 1,
  "CoinActive": true,
  "UserUUIDCur": "b38f6dac-dfb9-4b4f-95e1-3b60d8c74905"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]