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": "dd667b18-834b-4523-bb6f-504f98c615d8",
"DeviceID": "sample string 1",
"SessionUUID": "0b2fd40d-39e9-434d-91c4-febc62d0bca3",
"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": "6c56cada-9687-4337-ab4d-2a5ab8cf30c8",
"IntroSliderUUID": "8ed13960-59e9-4833-aaa7-5d0e92ecfd16",
"UserUUIDCur": "ce0ee08c-effb-4293-b86f-43a0c499ee43",
"TranslitListQ": 3
}