Click or drag to resize

invoiceAndMemogetARTransByBatNbrAndRefNbrAndType Method

Gets ARTrans based on the passed batNbr and RefNbr and TranType needtodo

Namespace:  ctDynamicsSL.financial.accountsReceivable.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getARTransByBatNbrAndRefNbrAndType", 
	Description = "Gets ARTrans based on the passed batNbr and RefNbr and TranType")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public ARTran[] getARTransByBatNbrAndRefNbrAndType(
	string batNbr,
	string refNbr,
	string tranType
)

Parameters

batNbr
Type: SystemString
refNbr
Type: SystemString
tranType
Type: SystemString

Return Value

Type: ARTran
See Also