GET locations/zip-codes
Get the list of zip-codes supported by CREXiRequest
URL ( doesn't require authentication )
https://api-lease.crexi.com/locations/zip-codes?country={country}&states=states[0]&states=states[1]&cities=cities[0]&cities=cities[1]&counties=counties[0]&counties=counties[1]Parameters
citiesCollection of string |
Cities Optional |
countiesCollection of string |
Counties Optional |
countrystring |
Country Optional |
statesCollection of string |
States Optional |
Response
Details
Returns the list of zip-codes supported by the system
Example
JSON
[ "sample string 1", "sample string 2" ]