Click or drag to resize

IAgillicAuthenticateRestWcfServiceGetContactsJson Method

Ping.

Namespace:  Tse.EasyBook.Server.WcfContracts.Agillic
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IList<AgillicContact> GetContactsJson(
	string consumerId,
	string contactTypes
)

Parameters

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.Agillic.IAgillicAuthenticateRestWcfService.GetContactsJson(System.String,System.String)"]

contactTypes
Type: SystemString

[Missing <param name="contactTypes"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.Agillic.IAgillicAuthenticateRestWcfService.GetContactsJson(System.String,System.String)"]

Return Value

Type: IListAgillicContact

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.Agillic.IAgillicAuthenticateRestWcfService.GetContactsJson(System.String,System.String)"]

See Also