POST api/AppDefaultOnEntry/AppSaveOpenLeftMenu
AppSaveOpenLeftMenu
Request Information
URI Parameters
None.
Body Parameters
App_SaveOpenLeft| Name | Description | Type | Additional information |
|---|---|---|---|
| NotiffStatic | boolean |
None. |
|
| Referral | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotiffStatic": true,
"Referral": true,
"UserUUIDCur": "8c8d4e3f-0242-437c-a2aa-6b0ea53869d1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenLeftMenu_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| UserVIPLevelID | integer |
None. |
|
| FunUnseenQ | integer |
None. |
|
| ChatUnseenQ | integer |
None. |
|
| WalletQChar | string |
None. |
|
| GiftQ | integer |
None. |
|
| OrderQ | integer |
None. |
|
| InCartQ | integer |
None. |
|
| PayoutQChar | string |
None. |
|
| NotiffStatic | boolean |
None. |
|
| Referral | boolean |
None. |
|
| NewVersion | boolean |
None. |
|
| Version | string |
None. |
|
| ProductUnseenQ | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserVIPLevelID": 1,
"FunUnseenQ": 1,
"ChatUnseenQ": 2,
"WalletQChar": "sample string 3",
"GiftQ": 4,
"OrderQ": 5,
"InCartQ": 6,
"PayoutQChar": "sample string 7",
"NotiffStatic": true,
"Referral": true,
"NewVersion": true,
"Version": "sample string 11",
"ProductUnseenQ": 12,
"UserUUIDCur": "082d253b-4eaf-4a0f-b09f-a74c5cbc73c1"
}