NavigatorWebService GetAddress Method Navigator Web Services Developer Documentation
This HTTP GET function will return an address string from any given valid UK post code, normally used for Navigator Online Booking.

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

public 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

Implements

INavigatorWebService GetAddress(String)
See Also