POST Offsite/IsAddressValid?Street1={Street1}&Street2={Street2}&City={City}&State={State}&Zip={Zip}

Check If Provided Address is valid - checked by Google Maps Api

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Street1

Street address 1

string

Required

Street2

Street address 2

string

Required

City

City

string

Required

State

State

string

Required

Zip

Zip

string

Required

Body Parameters

None.

Response Information

Resource Description

true if address is valid

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>