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": "8f681675-e737-4e63-bc31-bc7ded4db4a1",
"DeviceID": "sample string 1",
"SessionUUID": "2962340f-99e3-4bb3-93e7-1389b03f6330",
"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": "197818e4-e21d-42bf-8667-6f9e4e6ca45f",
"IntroSliderUUID": "be1aad81-62af-4930-8e99-fc1ff140f16b",
"UserUUIDCur": "3994e98d-98da-4c91-97af-ca44128513e9",
"TranslitListQ": 3
}