Click or drag to resize

employeeMaintenanceeditW2EmpName 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 = "editW2EmpName", Description = "Add/Edit W2EmpName entries.  Calls: xct_spDSLEditW2EmpName ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public W2EmpName editW2EmpName(
	string actionType,
	W2EmpName inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLW2EmpName

Return Value

Type: W2EmpName
See Also