Click or drag to resize

employeeMaintenancegetEmpEDDByExactID Method

Searches for a single EmpEDD entry by docType

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

Parameters

empID
Type: SystemString
docType
Type: SystemString

Return Value

Type: EmpEDD
See Also