Express Entry:GlobalExpressLocalityAdministrativeArea: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==URL== | |||
{{URL-GlobalExpressLocalityAdministrativeArea}} | |||
==GlobalExpressLocalityAdministrativeArea== | ==GlobalExpressLocalityAdministrativeArea== | ||
Line 10: | Line 14: | ||
===Example Call=== | ===Example Call=== | ||
<pre> | <pre> | ||
http://expressentry.melissadata.net/web/GlobalExpressLocalityAdministrativeArea?format={FORMAT}&id={ID}&locality={LOCALITY}&postalcode={POSTALCODE}&country={COUNTRY}&maxrecords={MAXRECORDS} | http://expressentry.melissadata.net/web/GlobalExpressLocalityAdministrativeArea?format={FORMAT}&id={ID}&locality={LOCALITY}&postalcode={POSTALCODE}&country={COUNTRY}&maxrecords={MAXRECORDS}&nativecharset={true|false} | ||
</pre> | </pre> | ||
Line 19: | Line 23: | ||
;&id= | ;&id= | ||
:The ID element can contain your user ID, a complete | :The ID element can contain your user ID, a complete License Key, or a token. | ||
;&locality= | ;&locality= | ||
Line 32: | Line 36: | ||
;&maxrecords= | ;&maxrecords= | ||
:Maxrecords is provided to control the number of results returned from a request to the service (required). | :Maxrecords is provided to control the number of results returned from a request to the service (required). | ||
:The default value is 10 and the maximum is 100 records. | |||
;&nativecharset= | |||
:When set to true, return results in the native character set for the country. | |||
[[Category:Cloud Services]] | [[Category:Cloud Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Latest revision as of 22:46, 10 June 2022
URL
REST
Use URL Standard http://expressentry.melissadata.net/web/GlobalExpressLocalityAdministrativeArea Secure https://expressentry.melissadata.net/web/GlobalExpressLocalityAdministrativeArea
JSON
Use URL Standard http://expressentry.melissadata.net/jsonp/GlobalExpressLocalityAdministrativeArea Secure https://expressentry.melissadata.net/jsonp/GlobalExpressLocalityAdministrativeArea
GlobalExpressLocalityAdministrativeArea
GlobalExpressLocalityAdministrativeArea is provided as a means of retrieving locality and administrative area combinations using the locality name.
Example Call
http://expressentry.melissadata.net/web/GlobalExpressLocalityAdministrativeArea?format={FORMAT}&id={ID}&locality={LOCALITY}&postalcode={POSTALCODE}&country={COUNTRY}&maxrecords={MAXRECORDS}&nativecharset={true|false}
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.
- &locality=
- Using the Locality 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.
- &country=
- The ISO2Code or full country name of the country to search (Default US).
- &maxrecords=
- Maxrecords is provided to control the number of results returned from a request to the service (required).
- The default value is 10 and the maximum is 100 records.
- &nativecharset=
- When set to true, return results in the native character set for the country.