POST api/AdminSettingsSystem/AdmGetSource

AdmGetSource

Request Information

URI Parameters

None.

Body Parameters

GetSource_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

SourceUUID

globally unique identifier

None.

SourceName

string

None.

SourceActive

boolean

None.

URL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "81a41695-2fad-4a92-8aae-ac7bd9998563",
  "SourceUUID": "1caa4b4c-89c5-40ac-b119-d04ee8ef5a46",
  "SourceName": "sample string 1",
  "SourceActive": true,
  "URL": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}