Click or drag to resize

employeeMaintenancegetNewW2EmpName 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 = "getNewW2EmpName", Description = "get a blank W2EmpName object")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public W2EmpName getNewW2EmpName(
	W2EmpName inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLW2EmpName

Return Value

Type: W2EmpName
See Also