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": "13ba20b9-ac18-4cca-898b-c7164504bfbc",
"DeviceID": "sample string 1",
"SessionUUID": "5de34e7c-0236-4fc9-9d01-ce1602a5c12d",
"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": "a234c1a2-3727-42b9-8fd3-9b1d059a5045",
"IntroSliderUUID": "6fc8efad-a1c9-446f-9028-d091e896dd9d",
"UserUUIDCur": "a1ab8b05-a2e4-4b50-9c65-66757c3b3d21",
"TranslitListQ": 3
}