POST api/AppPersonal/AppGetVIPCoin
AppGetVIPCoin
Request Information
URI Parameters
None.
Body Parameters
AppGetVIPCoin| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "f1df84ff-8660-490e-94b3-7fa1e234f6ff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetVIPCoin_Custom_response| Name | 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": "68da84f2-b2d1-41d9-be04-03ec284d3789",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-02-04T05:17:57.114429+02:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "4dbb7e45-3075-4a98-827b-46ff4a29f2fb"
},
{
"VIPCoinID": 1,
"CoinDurationH": 1,
"PhotoUUID": "68da84f2-b2d1-41d9-be04-03ec284d3789",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-02-04T05:17:57.114429+02:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "4dbb7e45-3075-4a98-827b-46ff4a29f2fb"
}
]