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": "cc9d4714-adde-474b-a557-ea4aeee2055c",
"DeviceID": "sample string 1",
"SessionUUID": "e8a192a3-185e-49bd-9ff8-562070240791",
"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": "a8accde6-c829-44a8-b27b-2cc301252f41",
"IntroSliderUUID": "4415e588-90a1-4ae4-8ba4-cfbc603623f9",
"UserUUIDCur": "b53adbcb-d55a-44bc-9466-7eba5bb414cf",
"TranslitListQ": 3
}