Click or drag to resize

journalTransactionsgetBatchesByBatNbr Method

Gets GL Batches based on the passed batNbr

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 = "getBatchesByBatNbr", Description = "Gets GL batches based on the passed batNbr")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Batch[] getBatchesByBatNbr(
	string batNbr
)

Parameters

batNbr
Type: SystemString

Return Value

Type: Batch
See Also