Click or drag to resize

employeeMaintenancegetEmpEDDsByID Method

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

Parameters

empID
Type: SystemString
docType
Type: SystemString

Return Value

Type: EmpEDD
See Also