Click or drag to resize

statementseditARBatch Method

Add/Edit arbatch entries. Calls:xct_spDSLEditARBatch

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

Parameters

actionType
Type: SystemString
inBatch
Type: ctDynamicsSLstatementsarbatch

Return Value

Type: DataSet
See Also