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": "21a928c6-e561-4552-b55e-036b13073666"
}
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": "5ef53c86-af22-4d61-99ad-a0b5a5638c8b",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-08-05T03:53:46.9149079+03:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "eb95fda4-810f-4f2b-ba94-303f24a1d0f6"
},
{
"VIPCoinID": 1,
"CoinDurationH": 1,
"PhotoUUID": "5ef53c86-af22-4d61-99ad-a0b5a5638c8b",
"ResourceID": 2,
"CoinResource": 3,
"CoinResourceActive": true,
"Descr": "sample string 5",
"VIPVisible": true,
"VIPTimeLeft": "2026-08-05T03:53:46.9149079+03:00",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"Msg": "sample string 7",
"UserUUIDCur": "eb95fda4-810f-4f2b-ba94-303f24a1d0f6"
}
]