ADDRESS VALIDATION WEB SERVICE INSTRUCTIONS

FIRST NAME WEBSERVICE

This web service provides autocomplete functionality for entering a customer’s first name in an appropriate input field. This webservice will return a maximum of ten options every time a new search is submitted.

TEST CALL: https://secure.addrexx10.com/WSRAW.asmx/FIRST?apiKey=apiKey&prefixText=d

REQUIRED PARAMETERS:

  • apiKey=apiKey
  • prefixText = “d” (first name contains “d”)
RETURNS: ([{"Address1":"DAVID"},{"Address1":"DONALD"},{"Address1":"DANIEL"},{"Address1":"DENNIS"},{"Address1":"DON"},{"Address1":"DOUGLAS"},{"Address1":"DALE"},{"Address1":"DAN"},{"Address1":"DOROTHY"},{"Address1":"DEAN"},{"Address1":"DOUG"}]);

LAST NAME WEBSERVICE

Provides autocomplete functionality for entering a customer’s last name in an appropriate input field. This webservice will return a maximum of ten options every time a new search is submitted.

TEST CALL: https://secure.addrexx10.com/WSRAW.asmx/LAST?apiKey= apiKey &prefixText=x

REQUIRED PARAMETERS:

  • apiKey=apiKey
  • prefixText = “x” (first name contains “x”)
RETURNS: ([{"Address1":"XIONG"},{"Address1":"XIE"},{"Address1":"XIAO"},{"Address1":"XAVIER"},{"Address1":"XIA"},{"Address1":"XUE"},{"Address1":"XENAKIS"},{"Address1":"XIANG"},{"Address1":"XANDER"},{"Address1":"XENOS"},{"Address1":"XING"}]);

POSTAL CODE WEBSERVICE

Provides a string composed of several address components. These components include US zip code, US city and US state (2 letter abbreviation).

The response is formatted in the following manner: ZIP CITY, STATE. An example response would be “10001 New York, NY”.

TEST CALL: https://secure.addrexx10.com/WSRAW.asmx/ZIP?apiKey= apiKey &prefixText=80

REQUIRED PARAMETERS:

  • apiKey=apiKey
  • prefixText = “8”: POSTAL CODE STARTS WITH “8”
RETURNS: ([{"Address1":"80001 ARVADA, CO"},{"Address1":"80002 ARVADA, CO"},{"Address1":"80003 ARVADA, CO"},{"Address1":"80003 WESTMINSTER, CO"},{"Address1":"80004 ARVADA, CO"},{"Address1":"80005 ARVADA, CO"},{"Address1":"80005 WESTMINSTER, CO"},{"Address1":"80006 ARVADA, CO"},{"Address1":"80007 ARVADA, CO"},{"Address1":"80010 AURORA, CO"},{"Address1":"80011 AURORA, CO"}]);

STREET LEVEL ADDRESS WEBSERVICE

ADDRESS LINE 1 WEBSERVICE

Provides a list of up to ten suggestions for zip code field selected in current customer record. Data returned is based on query input received from thE input field associated with this specific webservice and has relational dependence on the data in the zip field on the web form.

In some cases, this webservice may be configured to return other strings such as APO information or PO Box numbers.

TEST CALL: https://secure.addrexx10.com/WSRAW.asmx/STREET22?apiKey= apiKey &prefixText=7&contextKey=BOULDER80302

REQUIRED PARAMETERS:

  • apiKey=apiKey
  • contextKey = 1000537+WALL+ST : (address with zip=80302 & city=boulder)
  • prefixText = “7”: ADDRESS1 STARTS WITH “7”

RETURNS: ([{"Address1":"7 ALASKA RD"},{"Address1":"7 ALPINE GULCH RD"},{"Address1":"7 ANEMONE DR"},{"Address1":"7 ANTLER DR"},{"Address1":"7 ARKANSAS MOUNTAIN RD"},{"Address1":"7 ARROYO CHICO-8773"},{"Address1":"7 BELLEVUE DR"},{"Address1":"7 BETASSO RD"},{"Address1":"7 BISON DR"},{"Address1":"7 BLUE RIBBON RD"}]);

APARTMENT AND SUITE LEVEL ADDRESS VALIDATION WEBSERVICE

Provides a list of up to ten suggestions for a supplemental address line. Data returned is based on query input received from the input field associated with this specific webservice and has relational dependence on the data in the zip and address line 1 fields on the web form.

TEST CALL: https://secure.addrexx10.com/WSRAW.asmx/APT?apiKey= apiKey &prefixText=10&contextKey=1000537+WALL+ST

REQUIRED PARAMETERS:

  • apiKey=apiKey
  • contextKey = 1000537+WALL+ST: (address where building is located zip=”10005” & address = “37 WALL ST”)
  • prefixText = “10” (apartment contains “10”)
RETURNS:  ([{"Address1":"APT 10A"},{"Address1":"APT 10B"},{"Address1":"APT 10C"},{"Address1":"APT 10D"},{"Address1":"APT 10E"},{"Address1":"APT 10F"},{"Address1":"APT 10G"},{"Address1":"APT 10H"},{"Address1":"APT 10I"},{"Address1":"APT 10J"},{"Address1":"APT 10K"}]);

Please note that all web services require an “apiKey” provided by Addrexx. If you do not have a key, pleases request a 30 day trial key at the following URL: https://addrexx.com/get-addrexx

Get Api Key
Joseph De La CruzAddress Validation Web Service