NavigatorWebService GetExpiryDate Method Navigator Web Services Developer Documentation
This function will return Start and End dates of any given ApiKey

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

public ApiExiryInfo GetExpiryDate(
	string apikey
)

Return Value

Type: ApiExiryInfo
jSON string representation of the ApiExiryInfo class

Implements

INavigatorWebService GetExpiryDate(String)
See Also