POST api/AppDefaultOnEntry/AppGetOpenStart
SaveFBToken AppGetOpenStart
Request Information
URI Parameters
None.
Body Parameters
App_GetOpen| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
|
| SessionUUID | globally unique identifier |
None. |
|
| APIIP | string |
None. |
|
| StoreRef | string |
None. |
|
| Version | string |
None. |
|
| DeviceIP | string |
None. |
|
| Account | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "515f66fe-7da6-4820-aa33-28aab045b95f",
"DeviceID": "sample string 1",
"SessionUUID": "4336e838-7e42-4806-85b1-eef8c5a91920",
"APIIP": "sample string 2",
"StoreRef": "sample string 3",
"Version": "sample string 4",
"DeviceIP": "sample string 5",
"Account": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenStart_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| URI | string |
None. |
|
| StoreRef | string |
None. |
|
| SessionUUID | globally unique identifier |
None. |
|
| IntroSliderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| TranslitListQ | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"URI": "sample string 1",
"StoreRef": "sample string 2",
"SessionUUID": "ad35236a-e78d-4e91-a2bd-ce80ec965df0",
"IntroSliderUUID": "a79d2dac-d4b1-4884-a499-d02fa9664d41",
"UserUUIDCur": "3d166aa6-3ffd-42ee-a2f7-3017ddc76667",
"TranslitListQ": 3
}