@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-01-03T19:15:39.720-05:00") public class ZipCodeLookupApi extends Object
| Constructor and Description |
|---|
ZipCodeLookupApi() |
ZipCodeLookupApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
InlineResponse2001 |
zipInfo(String userKey,
String requestId,
String city,
String state,
String zipcode)
Gets zipcode details for a given zipcode Or get all zipcodes for given city & state.
|
public ZipCodeLookupApi()
public ZipCodeLookupApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public InlineResponse2001 zipInfo(String userKey, String requestId, String city, String state, String zipcode) throws ApiException
userKey - Your private key, given after opening account with snapcx.io (required)requestId - Any unique string identifier. Same string will be part of response header. (optional)city - City name. Provide either zipcode OR both city & state. (optional)state - 2 Char State abbrv. Example NJ, NY, CA etc. Provide either zipcode OR both city & state. (optional)zipcode - 5 Digit zipcode. Provide either zipcode OR both city & state. (optional)ApiException - if fails to make API callCopyright © 2012–2017 JFrameworks.com, LLC. All rights reserved.