Click or drag to resize

projectEmployeeMaintenancegetEmployeeTypesByID Method

Searches for PJCODE employee types by ID

Namespace:  ctDynamicsSL.project.projectController.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getEmployeeTypesByID", Description = "Searches for PJCODE employee types by ID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public PJCODE[] getEmployeeTypesByID(
	string code_value
)

Parameters

code_value
Type: SystemString

Return Value

Type: PJCODE
See Also