Click or drag to resize

statementsgetARPayment Method

Retrieve a payment made. Calls:xct_spDSLGetARPayment

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getARPayment", Description = "Retrieve a payment made. Calls:xct_spDSLGetARPayment")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet getARPayment(
	string custID,
	string tmpRefNbr,
	string tmpBatNbr
)

Parameters

custID
Type: SystemString
tmpRefNbr
Type: SystemString
tmpBatNbr
Type: SystemString

Return Value

Type: DataSet
See Also