Click or drag to resize

journalTransactionsgetGLTransByBatNbrAndLineNbr Method

Gets GL Trans based on the passed batNbr and lineNbr (optional)

Namespace:  ctDynamicsSL.financial.generalLedger.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getGLTransByBatNbrAndLineNbr", Description = "Gets GLTrans based on the passed batNbr and lineNbr (optional)")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public GLTran[] getGLTransByBatNbrAndLineNbr(
	string batNbr,
	string lineNbr
)

Parameters

batNbr
Type: SystemString
lineNbr
Type: SystemString

Return Value

Type: GLTran
See Also