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": "01e529e0-229e-4147-86a5-a9b12d1b565d",
"SegmentID": 1,
"UserUUIDCur": "b2ca4d2d-fe54-4d09-b2bb-41b482804137"
}