Click or drag to resize

employeeMaintenanceeditEarnDed Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLEarnDed

Return Value

Type: EarnDed
See Also