Return statements Calls: xct_spACGetARStatements
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Return statements", MessageName := "getARStatements"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getARStatements( _ ByVal actionType As String, _ ByVal currentPageNumber As String, _ ByVal pageSize As String, _ ByVal beginDate As String, _ ByVal endDate As String, _ ByVal statementHistoryParams As String _ ) As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Return statements", MessageName = "getARStatements")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet getARStatements( string actionType, string currentPageNumber, string pageSize, string beginDate, string endDate, string statementHistoryParams ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Return statements", MessageName = L"getARStatements")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet getARStatements( String actionType, String currentPageNumber, String pageSize, String beginDate, String endDate, String statementHistoryParams ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Return statements", MessageName = "getARStatements") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet getARStatements( string actionType, string currentPageNumber, string pageSize, string beginDate, string endDate, string statementHistoryParams ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "Return statements", MessageName = "getARStatements") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getARStatements( actionType : String, currentPageNumber : String, pageSize : String, beginDate : String, endDate : String, statementHistoryParams : String ) : DataSet |
Parameters
- actionType
- currentPageNumber
- pageSize
- beginDate
- endDate
- statementHistoryParams