Express Entry:ExpressPostalCode: Difference between revisions
Jump to navigation
Jump to search
Created page with "← Express Entry Reference {{ExpressEntryNav |EndpointCollapse= }} {{CustomTOC}} ==ExpressPostalCode== ExpressPostalCode is provided as a co..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{ExpressEntryNav | {{ExpressEntryNav | ||
|EndpointCollapse= | |EndpointCollapse= | ||
Line 32: | Line 30: | ||
[[Category: | [[Category:Cloud Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Revision as of 01:56, 4 March 2015
ExpressPostalCode
ExpressPostalCode is provided as a convenient method for quickly retrieving 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.
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 string, 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.