Click or drag to resize

invoiceAndMemogetARDocsByBatNbrAndRefNbr Method

Gets ARDocs based on the passed BatNbr and RefNbr

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 = "getARDocsByBatNbrAndRefNbr", Description = "Gets ARDocs based on BatNbr and RefNbr")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public ARDoc[] getARDocsByBatNbrAndRefNbr(
	string batNbr,
	string refNbr
)

Parameters

batNbr
Type: SystemString
refNbr
Type: SystemString

Return Value

Type: ARDoc
See Also