Click or drag to resize
Infosoft Logo

IAddressSearchSearchAddressesByStreetname Method

Searches for addresses matching the parameters in the request.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
SearchAddressesResponse SearchAddressesByStreetname(
	string streetName,
	string source,
	int searchLimit = 0
)

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

SearchAddressesResponse
A list of found streets matching the name
See Also