Click or drag to resize

projectEmployeeMaintenancegetPJCodeByIDAndType Method

Searches for PJCODEs by type and value

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

Parameters

code_value
Type: SystemString
code_type
Type: SystemString

Return Value

Type: PJCODE
See Also