Click or drag to resize

employeeMaintenancegetEarnDedsByID Method

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

Parameters

empID
Type: SystemString
earnDedID
Type: SystemString

Return Value

Type: EarnDed
See Also