Click or drag to resize

commoneditSubAcctAsDataSet Method

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

Parameters

actionType
Type: SystemString
inSubAcct
Type: ctDynamicsSLSubAcct

Return Value

Type: DataSet
See Also