POST api/AppPersonal/AppSaveVIPCoin
AppSaveVIPCoin
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserVIPCoinName | Description | Type | Additional information |
---|---|---|---|
VIPCoinID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "VIPCoinID": 1, "UserUUIDCur": "7fb6d864-19a6-4b8b-b155-5d7ea7616f59" }
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": "f24cb83e-2ba0-4d71-8b40-bb67bb35f1d9", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-06-07T21:53:45.9857339+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "86d3969d-bf73-4bba-998a-0479f9d7676b" }, { "VIPCoinID": 1, "CoinDurationH": 1, "PhotoUUID": "f24cb83e-2ba0-4d71-8b40-bb67bb35f1d9", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-06-07T21:53:45.9857339+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "86d3969d-bf73-4bba-998a-0479f9d7676b" } ]