POST api/AdminVipLevel/GetVIPCoin
AdmGetVIPCoin
Request Information
URI Parameters
None.
Body Parameters
GetVIPCoin| Name | Description | Type | Additional 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": "8a1a7b33-b721-458a-9458-5bd01413f3b0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]