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": "29a4eee1-377a-4514-90ea-0b90ba9c73fa", "DeviceID": "sample string 1", "SessionUUID": "1bb66fe5-4802-4314-98d5-13a4e4f2b7ee", "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": "44c84e31-55b9-4c06-bcf8-9fe228a302e6", "IntroSliderUUID": "08b72e86-cec8-4014-94dc-17637eab7ee3", "UserUUIDCur": "e3df87e4-9c1c-49ee-a4c2-a6ba230c1e5e", "TranslitListQ": 3 }