INavigatorWebService GetAddress Method Navigator Web Services Developer Documentation
This HTTP GET function will return an address string from any given valid UK post code

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

PostCodeLookUp GetAddress(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key and the Post Code for lookup

Return Value

Type: PostCodeLookUp
jSON string representation of the PostCodeLookup class
See Also