POST api/AppDefaultOnEntry/AppGetOpenStart
SaveFBToken AppGetOpenStart
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenName | 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": "70a50067-e398-4c51-836d-7c1ae8a155eb", "DeviceID": "sample string 1", "SessionUUID": "2ce2c47c-c43c-4686-8454-dd61bb2fd935", "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_ResponseName | 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": "2dc3b855-68d3-4c14-84ac-b69ef32ead32", "IntroSliderUUID": "4b017bd5-e18e-4f27-be06-86fe97c0ece4", "UserUUIDCur": "bb31fffe-cab3-46a7-9e5e-6b308fd93c0c", "TranslitListQ": 3 }