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": "67e6682c-ecf4-406a-bc29-c17f63455051", "DeviceID": "sample string 1", "SessionUUID": "fc29bbee-67f2-4e2f-ae49-3f5674001ed7", "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": "c7bd9b7f-aab8-4819-b133-00b99e22f8df", "IntroSliderUUID": "8fb593d9-b1a5-4790-ac7a-a659f3e96143", "UserUUIDCur": "ba1a8160-4f19-4028-ad38-305774f91f1d", "TranslitListQ": 3 }