Click or drag to resize

commoneditAccount Method

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

Parameters

actionType
Type: SystemString
inAccount
Type: ctDynamicsSLAccount

Return Value

Type: Account
See Also