Called from the admin screen to search for a custID to tie to a web account Calls: xct_spACGetAdminCustIDSearch


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _
 WebMethodAttribute(Description := "Called from the admin screen to search for a custID to tie to a web account", MessageName := "getAdminCustIDSearch")>

Public Function getAdminCustIDSearch( _ 
   ByVal adminCustIDSearchParams As String _ 
) As DataSet
C#
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(Description = "Called from the admin screen to search for a custID to tie to a web account", MessageName = "getAdminCustIDSearch")]
public DataSet getAdminCustIDSearch(
   string adminCustIDSearchParams
)
C++
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
[WebMethodAttribute(Description = L"Called from the admin screen to search for a custID to tie to a web account", MessageName = L"getAdminCustIDSearch")]
public:
 DataSet getAdminCustIDSearch(
   String adminCustIDSearchParams
) sealed 
J#
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
/** @attribute WebMethodAttribute(Description = "Called from the admin screen to search for a custID to tie to a web account", MessageName = "getAdminCustIDSearch") */
public DataSet getAdminCustIDSearch(
   string adminCustIDSearchParams
)
JScript
public 

   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
   WebMethodAttribute(Description = "Called from the admin screen to search for a custID to tie to a web account", MessageName = "getAdminCustIDSearch")
function getAdminCustIDSearch(
   adminCustIDSearchParams : String
) : DataSet

Parameters

adminCustIDSearchParams

See Also