Difference between revisions of "Express Entry:ExpressPostalCode"

From Melissa Data Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:


{{CustomTOC}}
{{CustomTOC}}
==URL==
{{URL-ExpressPostalCode}}


==ExpressPostalCode==
==ExpressPostalCode==
ExpressPostalCode is provided as a convenient method for quickly retrieving U.S. city and state information using the postal code as the input. A subsequent call to ExpressAddress benefits greatly by using the city and state information from ExpressPostalCode.
ExpressPostalCode is provided as a convenient method for quickly retrieving U.S. city and state information using the ZIP code as the input. A subsequent call to ExpressAddress benefits greatly by using the city and state information from ExpressPostalCode.


===Example Call===
===Example Call===
Line 19: Line 23:


;&id=
;&id=
:The ID element can contain your user ID, a complete license string, or a token.
:The ID element can contain your user ID, a complete License Key, or a token.


;&postalcode=
;&postalcode=
Line 27: Line 31:
: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/ExpressPostalCode
Secure https://expressentry.melissadata.net/web/ExpressPostalCode


JSON

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


ExpressPostalCode

ExpressPostalCode is provided as a convenient method for quickly retrieving U.S. city and state information using the ZIP code as the input. A subsequent call to ExpressAddress benefits greatly by using the city and state information from ExpressPostalCode.

Example Call

http://expressentry.melissadata.net/web/ExpressPostalCode?format={FORMAT}&id={ID}&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.
&postalcode=
The postal code field is the input used to retrieve city and state information with the ExpressPostalCode Request.
&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.