Click or drag to resize

commongetNewBatch Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getNewBatch", Description = "get a blank Batch object")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public Batch getNewBatch(
	Batch inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLBatch

Return Value

Type: Batch
See Also