Difference between revisions of "Express Entry:GlobalExpressPostalCode"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "{{ExpressEntryNav |EndpointCollapse= }} {{CustomTOC}} ==GlobalExpressPostalCode== GlobalExpressPostalCode is provided as a convenient method for quickly retrieving locality ...")
 
Line 25: Line 25:


;&country=
;&country=
:The country to search (Required).
:The country to search (Required, Default US).


;&maxrecords=
;&maxrecords=

Revision as of 15:21, 22 September 2015

← 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



GlobalExpressPostalCode

GlobalExpressPostalCode is provided as a convenient method for quickly retrieving locality and administrative area information using the postal code as the input. A subsequent call to GlobalExpressAddress benefits greatly by using the locality and administrative area information from GlobalExpressPostalCode with GlobalExpressLocalityAdministrativeArea.

Example Call

http://expressentry.melissadata.net/web/GlobalExpressPostalCode?format={FORMAT}&id={ID}&postalcode={POSTALCODE}&country={COUNTRY}&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.
&postalcode=
The postal code field is the input used to retrieve locality and administrative area information with the GlobalExpressPostalCode Request.
&country=
The country to search (Required, Default US).
&maxrecords=
Maxrecords is provided to control the number of results returned from a request to the service.