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": "bee6025f-b078-4176-add6-3b243d007ce0" }
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": "22f28d44-f481-43a3-8ac4-bdf0192e1245", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-07-27T11:31:12.7715423+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "7b98d5e4-8800-4111-a164-36d0e9fd1c27" }, { "VIPCoinID": 1, "CoinDurationH": 1, "PhotoUUID": "22f28d44-f481-43a3-8ac4-bdf0192e1245", "ResourceID": 2, "CoinResource": 3, "CoinResourceActive": true, "Descr": "sample string 5", "VIPVisible": true, "VIPTimeLeft": "2025-07-27T11:31:12.7715423+03:00", "Timer": { "Days": 1, "Hours": 1, "Minutes": 1, "Seconds": 1 }, "Msg": "sample string 7", "UserUUIDCur": "7b98d5e4-8800-4111-a164-36d0e9fd1c27" } ]