POST api/getdomainreview/v3

Request Information

URI Parameters

None.

Body Parameters

SelectiveDomainReviewRequest
NameDescriptionTypeAdditional information
SearchName

string

None.

Address

string

None.

City

string

None.

State

string

None.

LongState

string

None.

Country

string

None.

LongCountry

string

None.

Phone

string

None.

UserId

string

None.

FirstName

string

None.

LastName

string

None.

DomainIds

Collection of integer

None.

GoogleParameters

GooglePlacesParameters

None.

AnalyseInsights

boolean

None.

SyncWithGHL

boolean

None.

GHLContactId

string

None.

ScanSource

string

None.

TrustedFormCertificateUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchName": "sample string 1",
  "Address": "sample string 2",
  "City": "sample string 3",
  "State": "sample string 4",
  "LongState": "sample string 5",
  "Country": "sample string 6",
  "LongCountry": "sample string 7",
  "Phone": "sample string 8",
  "UserId": "sample string 9",
  "FirstName": "sample string 10",
  "LastName": "sample string 11",
  "DomainIds": [
    1,
    2
  ],
  "GoogleParameters": {
    "Fields": [
      "sample string 1",
      "sample string 2"
    ],
    "InputType": "sample string 1",
    "Language": "sample string 2",
    "Region": "sample string 3",
    "MaxReviews": 4,
    "ReviewLanguage": "sample string 5",
    "ReviewSort": "sample string 6"
  },
  "AnalyseInsights": true,
  "SyncWithGHL": true,
  "GHLContactId": "sample string 14",
  "ScanSource": "sample string 15",
  "TrustedFormCertificateUrl": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.