POST api/AdminVipLevel/SaveVIPCoin

AdmSaveVIPCoin

Request Information

URI Parameters

None.

Body Parameters

SaveVIPCoin
NameDescriptionTypeAdditional information
VIPCoinID

integer

None.

CoinActive

boolean

None.

CoinDurationH

integer

None.

ResourceID

integer

None.

CoinResource

integer

None.

ResourceFactor

decimal number

None.

Power

integer

None.

PhotoUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "VIPCoinID": 1,
  "CoinActive": true,
  "CoinDurationH": 1,
  "ResourceID": 1,
  "CoinResource": 1,
  "ResourceFactor": 1.1,
  "Power": 1,
  "PhotoUUID": "86e388ce-5ffb-4258-9d12-5268330315fb",
  "UserUUID": "83daa97f-6e5b-480a-8678-738996e42e27",
  "UserUUIDCur": "fba393a4-4aee-4e7d-8715-baf47c29a8a3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}