POST api/AppPersonal/AppSaveVIPCoin
AppSaveVIPCoin
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserVIPCoin| Name | Description | Type | Additional information |
|---|---|---|---|
| VIPCoinID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"VIPCoinID": 1,
"UserUUIDCur": "5392ec0a-a12e-41f2-b9a6-5854abaef5e4"
}
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": "6ac67daf-5f85-4e9f-9790-22c4a3e5a2b1",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-05-06T15:42:25.7097992+03:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "907a8758-7da6-4558-811b-1e2f6b9c20b6"
},
{
"VIPCoinID": 1,
"CoinDurationH": 1,
"PhotoUUID": "6ac67daf-5f85-4e9f-9790-22c4a3e5a2b1",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-05-06T15:42:25.7097992+03:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "907a8758-7da6-4558-811b-1e2f6b9c20b6"
}
]