Difference between revisions of "Express Entry:ExpressStreet"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 34: Line 34:
:Maxrecords is provided to control the number of results returned from a request to the service.
:Maxrecords is provided to control the number of results returned from a request to the service.


:The default value is 10.
:The default value is 10 and the maximum is 100 records.




[[Category:Cloud Services]]
[[Category:Cloud Services]]
[[Category:Express Entry]]
[[Category:Express Entry]]

Latest revision as of 22:44, 10 June 2022

← 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



URL

REST

Use URL
Standard http://expressentry.melissadata.net/web/ExpressStreet
Secure https://expressentry.melissadata.net/web/ExpressStreet


JSON

Use URL
Standard http://expressentry.melissadata.net/jsonp/ExpressStreet
Secure https://expressentry.melissadata.net/jsonp/ExpressStreet


ExpressStreet

ExpressStreet is a means for retrieving the streets (U.S.) 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 Key, 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 ZIP Code.
&postalcode=
The postal code field is used to narrow the search to the specified ZIP Code.
&maxrecords=
Maxrecords is provided to control the number of results returned from a request to the service.
The default value is 10 and the maximum is 100 records.