INavigatorWebService GetFunctionInfo Method Navigator Web Services Developer Documentation
This method will provide information pertaining to a Navigator RPC, a list of functions can be obtained using the GetApiAlive method.

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

FunctionInfo GetFunctionInfo(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key and function name (returned via GetApiAlive)

Return Value

Type: FunctionInfo
jSON string representation of the FunctionInfo class
Examples

http://webservice.dmservices.co.uk/DmsNavigator.NavigatorWebService.svc/GetFunctionInfo/19408.4104.4087.4104.ADAA_646576656C6F706D656E742E646D73657276696365732E636F2E756B,1,GETVEHICLE
See Also