Express Entry:ExpressStreet

From Melissa Data Wiki
Revision as of 01:56, 4 March 2015 by Admin (talk | contribs)
Jump to navigation Jump to search

← Global Express Entry

Express Entry Navigation
Introduction
Global Getting Started
Endpoints
ExpressAddress
ExpressCityState
ExpressFreeForm
ExpressPostalCode
ExpressStreet
GlobalExpressAddress
GlobalExpressCountry
GlobalExpressLocalityAdministrativeArea
GlobalExpressFreeForm
  ↳  Filtering Responses
GlobalExpressPostalCode
GlobalExpressThoroughfare
Examples
XML Response
JSON Response
Global XML Response
Global JSON Response
Token Server
Result Codes
Result Code Use
Express Entry Result Codes
Sample Code



ExpressStreet

ExpressStreet is a means for retrieving the streets within a ZIP Code using the ZIP Code and beginning of the street name (line 1) as the Input.

Example Call

http://expressentry.melissadata.net/web/ExpressStreet?format={FORMAT}&id={ID}&line1={line1}&postalcode={POSTALCODE}&maxrecords={MAXRECORDS}

Schema

?format=
The response will be formatted according to the value set here.
Valid values are: XML and JSON.
&id=
The ID element can contain your user ID, a complete license string, or a token.
&line1=
Line 1 is used to limit the search to streets beginning with the specified letter or letters. For example, a line1 parameter of ‘a’ will return all streets beginning with ‘a’ in the specified postal code.
&postalcode=
The postal code field is used to narrow the search to the specified postal code.
&maxrecords=
Maxrecords is provided to control the number of results returned from a request to the service.
The default value is 10.