Click or drag to resize

statementseditARTran Method

Add/Edit ARTran entries. Calls:xct_spDSLEditARTran

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

Parameters

actionType
Type: SystemString
intran
Type: ctDynamicsSLstatementsartran

Return Value

Type: DataSet
See Also