POST api/AppDefaultOnEntry/AppGetSource

AppGetSource

Request Information

URI Parameters

None.

Body Parameters

AppGetSource_request
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
IntroSliderUUID

globally unique identifier

None.

SegmentID

integer

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "IntroSliderUUID": "f67f614e-270a-47a3-9a6c-9f67ee83bff2",
  "SegmentID": 1,
  "UserUUIDCur": "3db733d7-01f9-46ac-b4a4-4026cf7b3b58"
}