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": "30a1afcc-01d8-4ed0-bb65-238b200cf61a",
  "SourceUUID": "e1cacc94-e67d-4137-bf90-14f62ac2fe46",
  "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:
{}