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": "45ef6f8b-750c-49cc-87f3-0f8cc0218833",
  "SegmentID": 1,
  "UserUUIDCur": "be16dd13-36d8-494a-89b2-38c32d902914"
}