POST api/AppPersonal/AppGetVIPCoin
AppGetVIPCoin
Request Information
URI Parameters
None.
Body Parameters
AppGetVIPCoinName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "6b71a2bb-97db-4b5b-96b8-8c158e1f0479" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetVIPCoin_Custom_responseName | Description | Type | Additional information |
---|---|---|---|
VIPCoinID | integer |
None. |
|
CoinDurationH | integer |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
ResourceID | integer |
None. |
|
CoinResource | integer |
None. |
|
CoinResourceActive | boolean |
None. |
|
Descr | string |
None. |
|
VIPVisible | boolean |
None. |
|
VIPTimeLeft | date |
None. |
|
Timer | CustomTimer |
None. |
|
Msg | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VIPCoinID": 1, "CoinDurationH": 1, "PhotoUUID": "4cc401ad-6f7a-4fbd-8a8c-6c81e52e72f4", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-06-07T21:53:45.7358099+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "c4119bc9-6997-4df4-a8a4-0cf673363f5e" }, { "VIPCoinID": 1, "CoinDurationH": 1, "PhotoUUID": "4cc401ad-6f7a-4fbd-8a8c-6c81e52e72f4", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-06-07T21:53:45.7358099+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "c4119bc9-6997-4df4-a8a4-0cf673363f5e" } ]