Click or drag to resize

commoneditBatch Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editBatch", Description = "Add/Edit Batch entries.  Calls: xct_spDSLEditBatch ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public Batch editBatch(
	string actionType,
	Batch inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLBatch

Return Value

Type: Batch
See Also