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": "3be1e549-385c-470e-b467-150a8b34daf0", "DeviceID": "sample string 1", "SessionUUID": "1fcb47e9-10f5-443a-a5a1-94a8c788ff61", "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": "02b7777e-dd8e-49e8-8504-4bdf50c1a863", "IntroSliderUUID": "66ff8cfd-f66e-483c-a8f1-ca2237f01b1b", "UserUUIDCur": "21fa0bf4-08d9-4d76-98b7-edb29979e974", "TranslitListQ": 3 }