Click or drag to resize

employeeMaintenancegetW2EmpNamesByID Method

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

Parameters

empID
Type: SystemString

Return Value

Type: W2EmpName
See Also