Click or drag to resize

statementsgetARDoc Method

Search for AR Documents. Calls:xct_spDSLGetARDoc

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getARDoc", Description = "Search for AR Documents. Calls:xct_spDSLGetARDoc")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet getARDoc(
	string custID,
	string refNbr
)

Parameters

custID
Type: SystemString
refNbr
Type: SystemString

Return Value

Type: DataSet
See Also