POST api/AppDefaultOnEntry/AppGetSource
AppGetSource
Request Information
URI Parameters
None.
Body Parameters
AppGetSource_requestName | 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_responseName | 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": "845932ea-e82d-4eed-95a0-6efd7091bd43", "SegmentID": 1, "UserUUIDCur": "b6e98905-5ed6-4272-a269-8dec40f01b77" }