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": "f5708cb1-f282-4f84-b98b-ed8213b8c080"
}
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": "c7258eaa-6641-42ea-8d9c-272dc65fa51d",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2025-11-17T10:17:51.1573796+02:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "944c9979-a748-442e-898d-918599b33f25"
},
{
"VIPCoinID": 1,
"CoinDurationH": 1,
"PhotoUUID": "c7258eaa-6641-42ea-8d9c-272dc65fa51d",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2025-11-17T10:17:51.1573796+02:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "944c9979-a748-442e-898d-918599b33f25"
}
]