Express Entry:ExpressStreet: Difference between revisions
Jump to navigation
Jump to search
Created page with "← Express Entry Reference {{ExpressEntryNav |EndpointCollapse= }} {{CustomTOC}} ==ExpressStreet== ExpressStreet is a means for retrieving t..." |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ExpressEntryNav | {{ExpressEntryNav | ||
|EndpointCollapse= | |EndpointCollapse= | ||
Line 6: | Line 4: | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==URL== | |||
{{URL-ExpressStreet}} | |||
==ExpressStreet== | ==ExpressStreet== | ||
ExpressStreet is a means for retrieving the streets within a ZIP Code using the ZIP Code and beginning of the street name (line 1) as the Input. | ExpressStreet is a means for retrieving the streets (U.S.) within a ZIP Code using the ZIP Code and beginning of the street name (line 1) as the Input. | ||
===Example Call=== | ===Example Call=== | ||
Line 21: | 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. | ||
;&line1= | ;&line1= | ||
:Line 1 is used to limit the search to streets beginning with the specified letter or letters. For example, a line1 parameter of ‘a’ will return all streets beginning with ‘a’ in the specified | :Line 1 is used to limit the search to streets beginning with the specified letter or letters. For example, a line1 parameter of ‘a’ will return all streets beginning with ‘a’ in the specified ZIP Code. | ||
;&postalcode= | ;&postalcode= | ||
:The postal code field is used to narrow the search to the specified | :The postal code field is used to narrow the search to the specified ZIP Code. | ||
;&maxrecords= | ;&maxrecords= | ||
: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: | [[Category:Cloud Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Latest revision as of 22:44, 10 June 2022
URL
REST
Use URL Standard http://expressentry.melissadata.net/web/ExpressStreet Secure https://expressentry.melissadata.net/web/ExpressStreet
JSON
Use URL Standard http://expressentry.melissadata.net/jsonp/ExpressStreet Secure https://expressentry.melissadata.net/jsonp/ExpressStreet
ExpressStreet
ExpressStreet is a means for retrieving the streets (U.S.) within a ZIP Code using the ZIP Code and beginning of the street name (line 1) as the Input.
Example Call
http://expressentry.melissadata.net/web/ExpressStreet?format={FORMAT}&id={ID}&line1={line1}&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.
- &line1=
- Line 1 is used to limit the search to streets beginning with the specified letter or letters. For example, a line1 parameter of ‘a’ will return all streets beginning with ‘a’ in the specified ZIP Code.
- &postalcode=
- The postal code field is used to narrow the search to the specified ZIP Code.
- &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.