Click or drag to resize

voucherAndAdjustmentEntryreleaseBatchAsDataSet Method

Release a batch, only the batNbr is required, if debug is true then it will not release

Namespace:  ctDynamicsSL.financial.accountsPayable.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "releaseBatchAsDataSet", Description = "Release a batch, only the batNbr is required, if debug is true then it will not release")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet releaseBatchAsDataSet(
	string batNbr,
	bool debug = false,
	string user = ""
)

Parameters

batNbr
Type: SystemString
debug (Optional)
Type: SystemBoolean
user (Optional)
Type: SystemString

Return Value

Type: DataSet
See Also