|
IAddressSearchSearchAddressesByStreetname Method |
Searches for addresses matching the parameters in the request.
Namespace: Infosoft.Common.Contracts.ServiceContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- streetName String
- The street name to search for
- source String
- An optional source type to determine which address source to use. Currently available types are Local (default) and DistributionInnovation
- searchLimit Int32 (Optional)
- An optional limit for search results
Return Value
SearchAddressesResponseA list of found streets matching the name
See Also