POST api/getdomainreview/v2
Request Information
URI Parameters
None.
Body Parameters
DomainReviewRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
Required |
|
| SearchName | string |
Required |
|
| Address | string |
Required |
|
| City | string |
Required |
|
| State | string |
Required |
|
| Country | string |
Required |
|
| LongState | string |
None. |
|
| LongCountry | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Phone | string |
None. |
|
| ScanSource | string |
None. |
|
| SyncWithGHL | boolean |
None. |
|
| AnalyseInsights | boolean |
None. |
|
| TrustedFormCertificateUrl | string |
None. |
|
| GHLContactId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"SearchName": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Country": "sample string 6",
"LongState": "sample string 7",
"LongCountry": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"Phone": "sample string 11",
"ScanSource": "sample string 12",
"SyncWithGHL": true,
"AnalyseInsights": true,
"TrustedFormCertificateUrl": "sample string 15",
"GHLContactId": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.