Get totals owed for a comma deliminated array of refNbrs Calls: xct_spACGetInvoiceTotals


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

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Get totals owed for a comma deliminated array of refNbrs", MessageName := "getInvoiceTotals"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getInvoiceTotals( _ 
   ByVal tmpRefNbr As String _ 
) As DataSet
C#
[WebMethodAttribute(Description = "Get totals owed for a comma deliminated array of refNbrs", MessageName = "getInvoiceTotals")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getInvoiceTotals(
   string tmpRefNbr
)
C++
[WebMethodAttribute(Description = L"Get totals owed for a comma deliminated array of refNbrs", MessageName = L"getInvoiceTotals")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getInvoiceTotals(
   String tmpRefNbr
) sealed 
J#
/** @attribute WebMethodAttribute(Description = "Get totals owed for a comma deliminated array of refNbrs", MessageName = "getInvoiceTotals") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getInvoiceTotals(
   string tmpRefNbr
)
JScript
public 

   WebMethodAttribute(Description = "Get totals owed for a comma deliminated array of refNbrs", MessageName = "getInvoiceTotals")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getInvoiceTotals(
   tmpRefNbr : String
) : DataSet

Parameters

tmpRefNbr

See Also