Express Entry:GlobalExpressPostalCode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==URL== | |||
{{URL-GlobalExpressPostalCode}} | |||
==GlobalExpressPostalCode== | ==GlobalExpressPostalCode== | ||
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. | ||
;&postalcode= | ;&postalcode= | ||
Line 29: | Line 33: | ||
;&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. | |||
[[Category:Cloud Services]] | [[Category:Cloud Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Latest revision as of 22:49, 10 June 2022
URL
REST
Use URL Standard http://expressentry.melissadata.net/web/GlobalExpressPostalCode Secure https://expressentry.melissadata.net/web/GlobalExpressPostalCode
JSON
Use URL Standard http://expressentry.melissadata.net/jsonp/GlobalExpressPostalCode Secure https://expressentry.melissadata.net/jsonp/GlobalExpressPostalCode
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 Key, 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 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.