POST api/AppDefaultOnEntry/AppGetSource
AppGetSource
Request Information
URI Parameters
None.
Body Parameters
AppGetSource_request| Name | Description | Type | Additional information |
|---|---|---|---|
| URL | string |
None. |
|
| SegmentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"URL": "sample string 1",
"SegmentID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetSource_response| Name | Description | Type | Additional information |
|---|---|---|---|
| IntroSliderUUID | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"IntroSliderUUID": "9464f770-f66c-4e29-9577-de4ca924be00",
"SegmentID": 1,
"UserUUIDCur": "868ada49-088f-4022-b3de-44353397145d"
}