POST api/external-search/link

Request Information

URI Parameters

None.

Body Parameters

UpdateXmlLinkDTO
NameDescriptionTypeAdditional information
ExternalSourceSettings

ExternalSourceSettings_tbl

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalSourceSettings": {
    "Id": 1,
    "SourceLink": "sample string 2",
    "Type": "sample string 3",
    "DateUpdated": "2025-12-19T03:08:28.5391735+08:00",
    "SourceProviderId": 1,
    "SourceProvider_tbl": {
      "Id": 1,
      "SourceProvider": "sample string 2",
      "ExternalSourceSettings_tbl": []
    }
  },
  "Password": "sample string 1"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.