Search for AR Documents Calls: xct_spACGetARDocs


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

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Search for AR Documents", MessageName := "getARDocs"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getARDocs( _ 
   ByVal beginDate As Date,  _ 
   ByVal endDate As Date,  _ 
   ByVal refNbr As String,  _ 
   ByVal docType As String,  _ 
   ByVal ordnbr As String,  _ 
   ByVal shipperID As String,  _ 
   ByVal sortMethod As String _ 
) As DataSet
C#
[WebMethodAttribute(Description = "Search for AR Documents", MessageName = "getARDocs")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getARDocs(
   DateTime beginDate,
   DateTime endDate,
   string refNbr,
   string docType,
   string ordnbr,
   string shipperID,
   string sortMethod
)
C++
[WebMethodAttribute(Description = L"Search for AR Documents", MessageName = L"getARDocs")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getARDocs(
   DateTime beginDate,
   DateTime endDate,
   String refNbr,
   String docType,
   String ordnbr,
   String shipperID,
   String sortMethod
) sealed 
J#
/** @attribute WebMethodAttribute(Description = "Search for AR Documents", MessageName = "getARDocs") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getARDocs(
   DateTime beginDate,
   DateTime endDate,
   string refNbr,
   string docType,
   string ordnbr,
   string shipperID,
   string sortMethod
)
JScript
public 

   WebMethodAttribute(Description = "Search for AR Documents", MessageName = "getARDocs")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getARDocs(
   beginDate : DateTime,
   endDate : DateTime,
   refNbr : String,
   docType : String,
   ordnbr : String,
   shipperID : String,
   sortMethod : String
) : DataSet

Parameters

beginDate
endDate
refNbr
docType
ordnbr
shipperID
sortMethod

See Also