Express Entry:ExpressCityState: Difference between revisions
Jump to navigation
Jump to search
Created page with "← Express Entry Reference {{ExpressEntryNav |EndpointCollapse= }} {{CustomTOC}} ==ExpressCityState== ExpressCityState is provided as a mean..." |
No edit summary |
||
Line 9: | Line 9: | ||
==ExpressCityState== | ==ExpressCityState== | ||
ExpressCityState is provided as a means of retrieving city, state, and postal code combinations using the city name. This can be useful when a list of postal code information for a city is desired. | ExpressCityState is provided as a means of retrieving city, state, and postal code combinations using the city name. This can be useful when a list of postal code information for a city is desired. | ||
===Example Call=== | ===Example Call=== |
Revision as of 18:15, 19 February 2015
ExpressCityState
ExpressCityState is provided as a means of retrieving city, state, and postal code combinations using the city name. This can be useful when a list of postal code information for a city is desired.
Example Call
http://expressentry.melissadata.net/web/ExpressCityState?format={FORMAT}&id={ID}&city={CITY}&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.
- &city=
- Using the City in a query will help refine results, limiting responses accordingly.
- &postalcode=
- Using the postal code in a query will help refine results, limiting responses accordingly.
- &maxrecords=
- Maxrecords is provided to control the number of results returned from a request to the service.
- The default value is 10.