Express Entry:GlobalExpressFreeForm: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
;&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 (required). | ||
[[Category:Cloud Services]] | [[Category:Cloud Services]] | ||
[[Category:Express Entry]] | [[Category:Express Entry]] |
Revision as of 16:05, 12 October 2015
GlobalExpressFreeForm
The GlobalExpressFreeForm service is provided as a means of retrieving all available address elements using a free form search. GlobalExpressFreeForm returns FormattedAddress, AddressLine1-8, CountryISO3166_1_Alpha2, CountryISO3166_1_Alpha3, CountryISO3166_1_Numeric, SubNationalArea, PremisesNumber, AdministrativeArea, SubadministrativeArea, locality, dependentlocality, doubledependentlocality, thoroughfare, dependentthoroughfare, building, postalcode, and postbox.
Example Call
http://expressentry.melissadata.net/web/GlobalExpressFreeForm?format={FORMAT}&id={ID}&ff={FF}&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 string, or a token.
- &ff=
- The FF element performs a “Line1” search. If the search term exceeds seven characters, subsequent searches will use the allwords option.
- &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).