This HTTP GET function will return an address string from any given valid UK post code, normally used for Navigator Online Booking.
Namespace: DmsNavigatorAssembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Parameters
- data
- Type: System String
URL that contains the API key and the Post Code for lookup
Return Value
Type: PostCodeLookUpjSON string representation of the PostCodeLookup class
Implements
INavigatorWebService GetAddress(String)See Also