Click or drag to resize

statementsgetARStatements Method

Return statements. Calls:xct_spDSLGetARStatements

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getARStatements", Description = "Return statements. Calls:xct_spDSLGetARStatements")]
public DataSet getARStatements(
	string actionType,
	string currentPageNumber,
	string pageSize,
	string statementHistoryParams,
	string statementHistorySortBy
)

Parameters

actionType
Type: SystemString
currentPageNumber
Type: SystemString
pageSize
Type: SystemString
statementHistoryParams
Type: SystemString
statementHistorySortBy
Type: SystemString

Return Value

Type: DataSet
See Also