POST api/TrackerMap/ScanUrl

Request a scan.

Request Information

URI Parameters

None.

Body Parameters

ScanRequestModel
NameDescriptionTypeAdditional information
ScanRegionId

integer

None.

Url

string

None.

CountryId

integer

None.

ClientIdentifier

string

None.

UserId

string

None.

CompanyId

integer

None.

Token

integer

None.

Tag

string

None.

DomainId

integer

None.

DomainGroupId

integer

None.

ScanDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ScanRegionId": 1,
  "Url": "sample string 2",
  "CountryId": 1,
  "ClientIdentifier": "sample string 3",
  "UserId": "sample string 4",
  "CompanyId": 1,
  "Token": 5,
  "Tag": "sample string 6",
  "DomainId": 7,
  "DomainGroupId": 8,
  "ScanDate": "2024-10-03T23:20:17.8158121+00:00"
}

application/xml, text/xml

Sample:
<ScanRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackerMapLive.Business.Models">
  <ClientIdentifier>sample string 3</ClientIdentifier>
  <CompanyId>1</CompanyId>
  <CountryId>1</CountryId>
  <DomainGroupId>8</DomainGroupId>
  <DomainId>7</DomainId>
  <ScanDate>2024-10-03T23:20:17.8158121+00:00</ScanDate>
  <ScanRegionId>1</ScanRegionId>
  <Tag>sample string 6</Tag>
  <Token>5</Token>
  <Url>sample string 2</Url>
  <UserId>sample string 4</UserId>
</ScanRequestModel>

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.