POST api/address/verifygis
Request Information
URI Parameters
None.
Body Parameters
Address| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Suite | string |
None. |
|
| ZipPlus4 | string |
None. |
|
| Metadata | Collection of MetadataBase |
None. |
|
| Id | integer |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| Tag | string |
None. |
|
| PropertyNames | Collection of string |
None. |
|
| Item | Object |
None. |
Request Formats
application/x-www-form-urlencoded, application/json, text/json
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |