Express Entry:ExpressFreeForm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
==ExpressFreeForm== | ==ExpressFreeForm== | ||
The ExpressFreeForm service is provided as a means of retrieving all available address elements without the logic of ExpressAddress. ExpressFreeForm returns AddressLine1, City, State, PostalCode, AddressKey, SuiteName, and SuiteCount. | The ExpressFreeForm service is provided as a means of retrieving all available U.S. address elements without the logic of ExpressAddress. ExpressFreeForm returns AddressLine1, City, State, PostalCode, AddressKey, SuiteName, and SuiteCount and the SuiteList and PlusFour lists. | ||
===Example Call=== | ===Example Call=== |
Revision as of 15:35, 22 September 2015
ExpressFreeForm
The ExpressFreeForm service is provided as a means of retrieving all available U.S. address elements without the logic of ExpressAddress. ExpressFreeForm returns AddressLine1, City, State, PostalCode, AddressKey, SuiteName, and SuiteCount and the SuiteList and PlusFour lists.
Example Call
http://expressentry.melissadata.net/web/ExpressFreeForm?format={FORMAT}&id={ID}&ff={FF}&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.
- &maxrecords=
- Maxrecords is provided to control the number of results returned from a request to the service.
- The default value is 10.