Submits the current lead to leadtrax and logs details about submission to locutus..LeadTraxLog

Namespace: CWS.Common.Lantrax
Assembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SubmitLeadWithLogging(
	string endpointAddress,
	string sqlServer,
	string clientCode
)
Visual Basic
Public Function SubmitLeadWithLogging ( _
	endpointAddress As String, _
	sqlServer As String, _
	clientCode As String _
) As String
Visual C++
public:
String^ SubmitLeadWithLogging(
	String^ endpointAddress, 
	String^ sqlServer, 
	String^ clientCode
)

Parameters

endpointAddress
Type: System..::..String
URL to the webservice
sqlServer
Type: System..::..String
SQL Server name to log the lead to
clientCode
Type: System..::..String
Client code we are posting the lead for

Return Value

Data we get back from leadtrax

See Also