Submits the current lead to leadtrax

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

Syntax

C#
public string SubmitLead(
	string endpointAddress
)
Visual Basic
Public Function SubmitLead ( _
	endpointAddress As String _
) As String
Visual C++
public:
String^ SubmitLead(
	String^ endpointAddress
)

Parameters

endpointAddress
Type: System..::..String
URL to the webservice

Return Value

Data we get back from leadtrax

See Also