Click or drag to resize

employeeMaintenancegetW2EmpNameByExactID Method

Searches for a single W2EmpName entry by ID

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 = "getW2EmpNameByExactID", Description = "Searches for a single W2EmpName entry by ID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public W2EmpName getW2EmpNameByExactID(
	string empID
)

Parameters

empID
Type: SystemString

Return Value

Type: W2EmpName
See Also